Skip to contents

A dataset containing simulated species density near Clearwater Lake, Manitoba.

Usage

clearwater_lake_density

Format

An sf (see sf::st_sf()) object with 272 features and 1 variable "density".

Details

Simulated species density with three levels "High", "Medium", Low" with probabilities 0.1, 0.3, 0.6. Grid size is 2 km x 2 km.

Examples

library(sf)
#> Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 8.2.1; sf_use_s2() is TRUE
data(clearwater_lake_density)
plot(clearwater_lake_density)