Print function extension for a temporal_effect
object created with temporal_effects()
.
Prints all of the temporal characteristics for a model
Usage
# S3 method for class 'temporal_effect'
print(x, ...)
Arguments
- x
A
temporal_effect
object created withtemporal_effects()
- ...
Additional arguments to pass to
print_temporal_effect_internal
(currently don't do anything)
Examples
print(temporal_effects(day_of_week = TRUE, week_of_year = TRUE))
#>
#> ── Temporal effect object ──
#>
#> The following effects are in place:
#> • day_of_week
#> • week_of_year
#>
print(temporal_effects(day_of_week = FALSE, week_of_year = FALSE))
#> ── Temporal effect object ──
#>
#> No temporal effects are considered
#>