tsl <- tsl_simulate(
n = 2,
time_range = c(
"2010-01-01",
"2024-12-31"
),
cols = 3
)
tsl_names_get(tsl)
tsl_colnames_get(tsl)
if(interactive()){
tsl_plot(tsl)
}
tsl <- tsl_burst(tsl)
tsl_names_get(tsl)
tsl_colnames_get(tsl)
if(interactive()){
tsl_plot(tsl)
}
Run the code above in your browser using DataLab