Provides common transformations for spatio-temporal data used in chap models
Usage
transform_spatiotemporal(data, transformation, ...)
Arguments
- data
A data frame or tibble containing spatio-temporal data
- transformation
The type of transformation to apply
- ...
Additional arguments passed to the transformation function
Examples
if (FALSE) { # \dontrun{
transformed <- transform_spatiotemporal(data, "normalize")
} # }