read_plt_as_raster: read_plt_as_raster

read_plt_as_rasterR Documentation

read_plt_as_raster

Description

read_plt_as_raster

Usage

read_plt_as_raster(
  path,
  extent,
  crs = NULL,
  cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC"),
  verbose = getOption("verbose", default = FALSE)
)

Arguments

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)

Value

A [raster::RasterLayer] or [raster::RasterStack] (see Note)

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].


BAAQMD/aertools documentation built on June 30, 2022, 9:10 p.m.