Description Usage Arguments Value
This function is recursive.
If poly
is a SpatialPolygon
, then the function
will enter once, and convert this to a fasterized version, and pass that into
the function replacing poly
.
It is also recursive of passed a vector of filenames for tsf
and vtm
.
1 2 3 4 5 6 7 8 9 | LeadingVegTypeByAgeClass(
tsf,
vtm,
poly,
ageClassCutOffs,
ageClasses,
sppEquivCol,
sppEquiv
)
|
tsf |
A single filename, relative or absolute, pointing to a Time Since Fire raster.
Can be any format that |
vtm |
A single filename, relative or absolute, pointing to a Vegetation Type Map raster.
Can be any format that |
poly |
A single |
ageClassCutOffs |
A numeric vector with the endpoints for the |
ageClasses |
A character vector with labels for age classes to bin the |
sppEquivCol |
TODO: description needed |
sppEquiv |
TODO: description needed |
A data.table
with proportion of the pixels in each vegetation class,
for each given age class within each polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.