powered by
## S3 method for class 'ANY': crs(x, asText=FALSE, ...) crs(x) <- value projection(x, asText=TRUE) projection(x) <- value
TRUE
CRS
projectRaster, CRS-class, spTransform-methods, projInfo
r <- raster() crs(r) crs(r) <- "+proj=lcc +lat_1=48 +lat_2=33 +lon_0=-100 +ellps=WGS84" crs(r)
Run the code above in your browser using DataLab