powered by
Simulated landscape associated to dataSiland, containing two landscape variables, named L1 and L2.
data("landSiland")
A sf object with 4884 observations on 3 variables.
sf
# \donttest{ 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) # }
Run the code above in your browser using DataLab