S3 method for plotting shorts_mixed_model object

# S3 method for shorts_mixed_model
plot(x, type = NULL, ...)

Arguments

x

shorts_mixed_model object

type

Not used

...

Not used

Value

ggplot object

Examples

# 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)