Visualize a time series of the history of GBIF records.

occs_history(gbif_data)

Arguments

gbif_data

A data.frame with GBIF data

Value

Returns a list with googleVis motion chart and a data.frame

Details

Creates a motionchart of the time series of the occurrence data. It uses the function gvisMotionChart from googleVis-package.

Examples

if (FALSE) { ambystoma_tigrinum <- searh_gbif_data(genus = "Ambystoma", "tigrinum",occlim=1000, writeFile=FALSE) atigrinum_history <- occs_history(ambystoma_tigrinum) plot(atigrinum_history$mot) }