sample_data: sample_data

View source: R/read_data.R

sample_dataR Documentation

sample_data

Description

Get some sample data

Usage

sample_data(dataset = c("cwd", "asf"))

Arguments

dataset

The name of the dataset. Either "cwd" or "asf"

Value

A SpatialPointsDataFrame

Examples

## Not run: 
# Get the data
library(sp)
pts <- sample_data()
plot(pts)

## End(Not run)

trosendal/svis documentation built on Jan. 28, 2023, 12:05 a.m.