map_local_hotspots: Returns map of local hotspots. Labels each hotspots title....

Description Usage Arguments Value

View source: R/map_local_hotspots.R

Description

Returns map of local hotspots. Labels each hotspots title. Popup will include name, lat/lng, latest obeservation and the total number of species observed

Usage

1
2
3
4
5
6
7
8
9
map_local_hotspots(
  latitude,
  longitude,
  back = 1,
  dist = 25,
  iconwidth = 30,
  iconheight = 30,
  key
)

Arguments

back

How many days back to collect data, default is 1

dist

The search radius of given lat and lng in kilometers, default of 25km

iconwidth

Width of map icon, default is 30

iconheight

Height of map icon, default is 30

key

The users eBird key

lat

Latitude, must be to two decimal places

lng

Longitude, must be to two decimal places

Value

countries dataframe


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