powered by
A landscape with two landscape variables, named L1 and L2.
data("landSiland")
A data frame with 4884 observations on the following 3 variables.
geometry
a sfc_MULTIPOLYGON
L1
a numeric vector for landscape variable L1
L2
a numeric vector for landscape variable L2
# NOT RUN { data(landSiland) plot(landSiland$geometry) plot(landSiland[landSiland$L1==1,]$geometry,col=2,add=T) plot(landSiland[landSiland$L2==1,]$geometry,col=3,add=T) # }
Run the code above in your browser using DataLab