landSiland: Simulated landscape.

landSilandR 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)





siland documentation built on March 31, 2023, 7:33 p.m.