Learn R Programming

siland (version 3.0.2)

landSiland: Simulated landscape.

Description

Simulated landscape associated to dataSiland, containing two landscape variables, named L1 and L2.

Usage

data("landSiland")

Arguments

Format

A sf object with 4884 observations on 3 variables.

[,1]L1numericpresence/absence of L1 (0/1)
[,2]L2numericpresence/absence of L2 (0/1)
[,3]geometrysfc_MULTIPOLYGONpolygon location

Examples

Run this code
# \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