Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

landSiland

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

Spatial Influence of Landscape

v2.0.5
GPL (>= 2.0) | file LICENSE
Authors
Carpentier F. and Martin O.
Initial release
2021-01-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.