Learn R Programming

geodimension (version 1.0.2)

transform_crs: Transform CRS

Description

Transform the CRS of all the layers included in the dimension to the one indicated.

Usage

transform_crs(gd, crs = NULL)

# S3 method for geodimension transform_crs(gd, crs = NULL)

Value

A geodimension.

Arguments

gd

A geodimension object.

crs

A coordinate reference system: integer with the EPSG code, or character with proj4string.

See Also

Other configuration functions: select_levels()