occs_history | R Documentation |
Visualize a time series of the history of GBIF records.
occs_history(gbif_data)
gbif_data |
A data.frame with GBIF data |
Creates a motionchart of the time series of the occurrence data. It uses the function gvisMotionChart
from googleVis-package
.
Returns a list with googleVis motion chart and a data.frame
## Not run:
ambystoma_tigrinum <- searh_gbif_data(genus = "Ambystoma",
"tigrinum",occlim=1000,
writeFile=FALSE)
atigrinum_history <- occs_history(ambystoma_tigrinum)
plot(atigrinum_history$mot)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.