landSiland {siland} | R Documentation |
Simulated landscape.
Description
Simulated landscape associated to dataSiland, containing two landscape variables, named L1 and L2.
Usage
data("landSiland")
Format
A sf
object with 4884 observations on 3 variables.
[,1] | L1 | numeric | presence/absence of L1 (0/1) |
[,2] | L2 | numeric | presence/absence of L2 (0/1) |
[,3] | geometry | sfc_MULTIPOLYGON | polygon location |
Examples
data(landSiland)
plot(landSiland$geometry)
plot(landSiland[landSiland$L1==1,]$geometry,col=2,add=TRUE)
plot(landSiland[landSiland$L2==1,]$geometry,col=3,add=TRUE)
[Package siland version 3.0.2 Index]