fagus_dynamics | R Documentation |
A data frame with 648 rows representing enhanced vegetation index, rainfall and temperature in three stands of Fagus sylvatica in Spain, Germany, and Sweden.
data(fagus_dynamics)
data frame with 5 columns and 648 rows.
Site coordinates for this dataset are in fagus_coordinates.
Other example_data:
albatross
,
cities_coordinates
,
cities_temperature
,
covid_counties
,
covid_prevalence
,
eemian_coordinates
,
eemian_pollen
,
fagus_coordinates
,
honeycomb_climate
,
honeycomb_polygons
data("fagus_dynamics")
#to time series list
fagus <- tsl_initialize(
x = fagus_dynamics,
name_column = "name",
time_column = "time"
)
#time series plot
if(interactive()){
tsl_plot(
tsl = fagus
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.