install.packages("tidyverse") install.packages("rgbif") install.packages("dplyr") install.packages("leaflet") library(tidyverse) library(rgbif) library(leaflet) library(viridis)
Pull__Cort takes a vector of taxa names as an argument, and returns geospatial data about all of the taxa in an easy-to-manipulte datafame.
YearColorMap Generates a map of taxa based on locations provided by a dataframe generated by the Pull__Cort function. Plot points are colored according the phrase used to search for taxa in the origional function, and labels are based on the year recorded and scientific name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.