inat_map: Plot iNaturalist observations

Description Usage Arguments Value Examples

View source: R/inat_map.R

Description

Plot observations from iNaturalist for Mexico.

Usage

1
inat_map(data, imgPreview = T)

Arguments

data

data frame of iNaturalist observations

imgPreview

Logical if TRUE the image of the record will be shown.

Value

a leaflet map object

Examples

1
2
3
4
5
6
7
8
## Not run: 
puma_occs <- get_inat_obs(query = "Puma concolor",
                          geo = T,maxresults = 10000,
                         captive_cultivated = F)
inat_map(puma_occs, imgPreview=TRUE)


## End(Not run)

luismurao/naturalr documentation built on May 21, 2019, 8:56 a.m.