install.packages("tidyverse")
install.packages("rgbif")
install.packages("dplyr")
install.packages("leaflet")
library(tidyverse)
library(rgbif)
library(leaflet)
library(viridis)

R Markdown

Query function

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.

Mapping function

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.



W0650629/Project-3 documentation built on Dec. 2, 2019, 4:51 p.m.