get_notable_chart: Creates dot plot of highest recent notable bird observation...

Description Usage Arguments Value Note Author(s) Examples

View source: R/get_notable_chart.R

Description

Creates dot plot of highest recent notable bird observation counts for a specified region within the United States. Will plot up to the top 25 most notably sighted birds for a region. Accesses data from ebird API.

Usage

1
2
3
4
5
6
7
8
9
get_notable_chart(
  region_code,
  ebirdkey,
  obs_to_plot = 15,
  back = 14,
  hotspot = FALSE,
  includeProvisonal = FALSE,
  maxResults = 10000
)

Arguments

region_code

United States subnational1 or subnational2 region code

ebirdkey

User ebird key

obs_to_plot

Number of observations to plot, default is 15, max is 25

back

The number of days back to fetch observations, max is 30

hotspot

Only fetch observations from hotspots- logical

maxResults

Only fetch this number of observations, max is 10000

includeProvisional

Include observations which have not yet been reviewed- logical

Value

A dotplot of highest recent notable bird observation counts

Note

Use pick_UScode() to determine region code for region_code argument

Author(s)

Simon Marks

Examples

1
get_notable_chart(region_code = "US-CA", ebirdkey = 'mykey', obs_to_plot = 25, back = 30)

sjmarks/Birdr documentation built on May 12, 2020, 5:48 p.m.