Description Usage Arguments Examples
object[[i]]
can be used to extract individual objects from container
classes such as ExpVarRasterStack
, PredictiveModelList
,
PredictionList
and PerformanceList
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S4 method for signature 'DiscreteLulcRasterStack,ANY,ANY'
x[[i, j, ...]]
## S4 method for signature 'PerformanceList,ANY,ANY'
x[[i, j, ...]]
## S4 method for signature 'PredictionList,ANY,ANY'
x[[i, j, ...]]
## S4 method for signature 'PredictiveModelList,ANY,ANY'
x[[i, j, ...]]
## S4 method for signature 'PredictiveModelList,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'ContinuousLulcRasterStack,ANY,ANY'
x[[i, j, ...]]
|
x |
An object of class DiscreteLulcRasterStack, ContinuousLulcRasterStack, PredictionList, PerformanceList, PredictiveModelList |
i |
layer number (if 'x' inherits from a RasterStack) or list index (if 'x' stores data as a list) |
j |
numeric (not used) |
... |
additional arguments (none) |
drop |
logical. If TRUE the result is coerced to the lowest possible dimension |
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.