Learn R Programming

siland (version 1.4.6)

landSiland: A landscape with two landscape variables.

Description

A landscape with two landscape variables, named L1 and L2.

Usage

data("landSiland")

Arguments

Format

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

Examples

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