bdvis (version 0.2.22)

bdwebmap: Interactive web page based map of records

Description

Generates an interactive web map and opens it in a new browser window.

Usage

bdwebmap(indf)

Arguments

indf

input data frame containing biodiversity data set

Details

In order to avoid cluttered maps and to improve function performance, certain limits are imposed on the number of species and records that can be visualized in a single map. Currently, maps won't work with datasets containing more than 30 different species and/or 1000 records. For those cases, we recommend subsetting the dataset and making more than one map.

See Also

Other Spatial visualizations: mapgrid

Examples

Run this code
# NOT RUN {
 bdwebmap(inat)
# }

Run the code above in your browser using DataCamp Workspace