read_plt_as_raster | R Documentation |
read_plt_as_raster
read_plt_as_raster( path, extent, crs = NULL, cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC"), verbose = getOption("verbose", default = FALSE) )
path |
(character) filesystem path(s) (see Note) |
extent |
a [raster::Extent] |
crs |
a coordinate reference system (as yielded by [sp::CRS()]) |
cols |
(character) as in [read_plt()] |
verbose |
(logical) |
A [raster::RasterLayer] or [raster::RasterStack] (see Note)
If 'path' has more than one element, then the return value will be a [raster::RasterStack], with layer names set equal to the [basename()] of each path. Otherwise, the return value will be a [raster::RasterLayer].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.