Set or return the coordinate system currently in use.

SOcrs(crs = NULL)

Arguments

crs

provide PROJ string to set the value

Details

If argument crs is NULL, the function returns the current value (which may be NULL).

Examples

if (FALSE) {
SOmap()
SOcrs()
}