View source: R/decouple.specific.R
decouple.specific | R Documentation |
This function extract specific scales as given a multilayer raster object
decouple.specific(ls = NULL, specific = NULL)
ls |
an output of |
specific |
which scales will be kept independent of the others. If you have a three layer object from the decouple or nestedscale functions, then specific can be 1, 2, 3 or any combination of it as c(1,2) or c(2,3). Using all scales in the ls object will return the same object. |
decouple()
, nestedscales()
## Not run:
decoupled.ls <- decouple(r,p, c(500,1000,2000,3000))
spec <- decouple.specific(decoupled.ls, c(1,3))
plot(decoupled.ls$p02)
plot(spec$p02)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.