inat_examples {phenesse}R Documentation

Example iNaturalist-sourced data

Description

Example data downloaded from iNaturalist.org for the Washington, DC area using the bounding box bounds = c(38, -77, 39, -76). Data was downloaded on 10/30/2019 for four species: Speyeria cybele, Danaus plexippus, Rudbeckia hirta, and Asclepias syriaca. These data were not scored to mark phenology, so all life stages/reproductive stages are included in the download.The download only includes 2019 observations and the doy (day of year)column was added post data download by MW Belitz using the lubridate package.

Usage

data(inat_examples)

Format

A data frame with 252 rows and 6 variables:

scientific_name

binomial of species

latitude

latitude where observations occurred

longitude

longitude where observations occurred

common_name

common name related to species

observed_on

original date listed of observation

doy

day of year when the observation occurred, variable created by MW Belitz using the package lubridate

References

https://inaturalist.org

Examples

data(inat_examples)
## Not run: 
View(inat_examples)

## End(Not run)

[Package phenesse version 0.1.2 Index]