
A function to convert lgcpgrid objects into either a raster object, or a RasterBrick object.
# S3 method for lgcpgrid
raster(x, crs = NA, transpose = FALSE, ...)
an lgcpgrid object
PROJ4 type description of a map projection (optional). See ?raster
Logical. Transpose the data? See ?brick method for array
additional arguments
...