get.scales.names | R Documentation |
this function grab the names of the scales to be used as predictos in multifit function or any other.
get.scales.names(x)
x |
a data.frame generated by |
## Not run:
dec <- decouple(r,p,c(1000,2000,3000))
lsmdata <- calc_lsm(dec, level = "landscape", metric = "shdi")
data.mfit <- lsm2multifit(lsmdata, biodata=euglossini,
level = "landscape", metrics="shdi")
get.scales.names(data.mfit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.