R/AllGenerics.R
, R/zproject-methods.R
rank_rasters-methods.Rd
Each Zproject
object has a set of variants and their results
associated with it. This method will get the selected available rank rasters
(1 per variant) and create a RasterStack
object.
rank_rasters(x, variants = NULL) # S4 method for Zproject rank_rasters(x, variants = NULL)
x |
|
---|---|
variants | a numeric (IDs) or character (name) vector defining which variants are included in the returned stack (default: NULL means all). |
RasterStack
object. If no
rank rasters are available at all, return NA.
Argument variants
can be used to the define which variants are
included, the default is to return all. Method will give a warning if a
variant doesn't have a rank raster associated with it. If none of the
variants have a rank raster, then a NA is returned.