inat_examples: Example iNaturalist-sourced data

Description Usage Format References Examples

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

1

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

1
2
3
4
5
data(inat_examples)
## Not run: 
View(inat_examples)

## End(Not run)

phenesse documentation built on July 29, 2020, 1:06 a.m.