sample_data | R Documentation |
Get some sample data
sample_data(dataset = c("cwd", "asf"))
dataset |
The name of the dataset. Either "cwd" or "asf" |
A SpatialPointsDataFrame
## Not run: # Get the data library(sp) pts <- sample_data() plot(pts) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.