fm_crs<- {fmesher} | R Documentation |
Assignment operators for crs information objects
Description
Assigns new crs information.
Usage
fm_crs(x) <- value
fm_crs_oblique(x) <- value
## S3 replacement method for class 'NULL'
fm_crs(x) <- value
## S3 replacement method for class 'NULL'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_segm'
fm_crs(x) <- value
## S3 replacement method for class 'fm_list'
fm_crs(x) <- value
## S3 replacement method for class 'fm_mesh_2d'
fm_crs(x) <- value
## S3 replacement method for class 'fm_lattice_2d'
fm_crs(x) <- value
## S3 replacement method for class 'sf'
fm_crs(x) <- value
## S3 replacement method for class 'sfg'
fm_crs(x) <- value
## S3 replacement method for class 'sfc'
fm_crs(x) <- value
## S3 replacement method for class 'Spatial'
fm_crs(x) <- value
## S3 replacement method for class 'crs'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'CRS'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_CRS'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_crs'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_segm'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_mesh_2d'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'fm_lattice_2d'
fm_crs_oblique(x) <- value
## S3 replacement method for class 'inla.CRS'
fm_crs_oblique(x) <- value
Arguments
x |
Object to assign crs information to |
value |
For For |
Value
The modified object
Functions
-
fm_crs(x) <- value
: Automatically converts the input value withfm_crs(value)
,fm_crs(value, oblique = NA)
,fm_CRS(value)
, orfm_CRS(value, oblique = NA)
, depending on the type ofx
. -
fm_crs_oblique(x) <- value
: Assigns newoblique
information.
See Also
Examples
x <- fm_segm()
fm_crs(x) <- fm_crs("+proj=longlat")
fm_crs(x)$proj4string
[Package fmesher version 0.1.7 Index]