eemian_pollen | R Documentation |
Pollen counts of nine interglacial sites in central Europe.
Site coordinates for this dataset are in eemian_coordinates.
data(eemian_pollen)
data frame with 24 columns and 376 rows.
Other example_data:
albatross
,
cities_coordinates
,
cities_temperature
,
covid_counties
,
covid_prevalence
,
eemian_coordinates
,
fagus_coordinates
,
fagus_dynamics
,
honeycomb_climate
,
honeycomb_polygons
data("eemian_pollen")
#to time series list
tsl <- tsl_initialize(
x = eemian_pollen,
name_column = "name",
time_column = "time"
)
#time series plot
if(interactive()){
tsl_plot(
tsl = tsl_subset(
tsl = tsl,
names = 1:3
),
columns = 2,
guide_columns = 2
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.