fm_transform(x, crs, ...)# S3 method for default
fm_transform(x, crs, ..., crs0 = NULL)
## S3 method for class 'NULL'
fm_transform(x, crs, ...)
# S3 method for matrix
fm_transform(x, crs, ..., passthrough = FALSE, crs0 = NULL)
# S3 method for sf
fm_transform(x, crs, ..., passthrough = FALSE)
# S3 method for sfc
fm_transform(x, crs, ..., passthrough = FALSE)
# S3 method for sfg
fm_transform(x, crs, ..., passthrough = FALSE)
# S3 method for Spatial
fm_transform(x, crs, ..., passthrough = FALSE)
# S3 method for fm_mesh_2d
fm_transform(x, crs = fm_crs(x), ..., passthrough = FALSE, crs0 = fm_crs(x))
# S3 method for fm_lattice_2d
fm_transform(x, crs = fm_crs(x), ..., passthrough = FALSE, crs0 = fm_crs(x))
# S3 method for fm_segm
fm_transform(x, crs = fm_crs(x), ..., passthrough = FALSE, crs0 = fm_crs(x))
# S3 method for fm_list
fm_transform(x, crs, ...)