tsl <- tsl_initialize(
x = distantia::albatross,
name_column = "name",
time_column = "time"
) |>
tsl_transform(
f = f_scale_global
)
df <- distantia(
tsl = tsl,
lock_step = TRUE
)
distantia_boxplot(
df = df,
text_cex = 1.5
)
Run the code above in your browser using DataLab