plot_swim_summary: Plot swimming stats over session

Usage Arguments Examples

Usage

1
plot_swim_summary(swim_data, col_name, ylim = c(1.5, 2.4))

Arguments

swim_data

A tibble containing the swimming summary data (@seealso parse_swimming).

col_name

The name of the column to plot. Interesting names are: "distance_per_stroke", "stroke_rate". For all names, use names(swim_data).

ylim

A vector of two number to limits the y-axis of the graph

Examples

1
2
3
4
## Not run: 
plot_swim_summary(swim_data, "distance_per_stroke") + geom_smooth(method="loess")

## End(Not run)

chatchavan/Moov documentation built on May 10, 2019, 5:17 a.m.