Visualize a time series of the history of GBIF records.
occs_history(gbif_data)
gbif_data | A data.frame with GBIF data |
---|
Returns a list with googleVis motion chart and a data.frame
Creates a motionchart of the time series of the occurrence data. It uses the function gvisMotionChart
from googleVis-package
.
if (FALSE) { ambystoma_tigrinum <- searh_gbif_data(genus = "Ambystoma", "tigrinum",occlim=1000, writeFile=FALSE) atigrinum_history <- occs_history(ambystoma_tigrinum) plot(atigrinum_history$mot) }