clearwater_lake_density | R Documentation |
A dataset containing simulated species density near Clearwater Lake, Manitoba.
clearwater_lake_density
An sf
(see sf::st_sf()
) object with 272 features and 1 variable
"density".
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.
library(sf)
data(clearwater_lake_density)
plot(clearwater_lake_density)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.