S3 method for plotting shorts_mixed_model
object
# S3 method for shorts_mixed_model plot(x, type = NULL, ...)
x |
|
---|---|
type | Not used |
... | Not used |
ggplot object
# Split times data("split_times") mixed_model_splits <- mixed_model_using_splits( data = split_times, distance = "distance", time = "time", athlete = "athlete" ) plot(mixed_model_splits)# Radar gun data data("radar_gun_data") mixed_model_radar <- mixed_model_using_radar(radar_gun_data, "time", "velocity", "athlete") plot(mixed_model_radar)