plot.STMr_release {STMr} | R Documentation |
Plotting of the Release
Description
Function for creating ggplot2
plot of the Release STMr_release
object
Usage
## S3 method for class 'STMr_release'
plot(x, font_size = 14, load_1RM_agg_func = max, ...)
Arguments
x |
|
font_size |
Numeric. Default is 14 |
load_1RM_agg_func |
Function to aggregate step |
... |
Forwarded to |
Value
ggplot2
object
Examples
scheme1 <- scheme_step(vertical_planning = vertical_constant)
scheme2 <- scheme_step(vertical_planning = vertical_linear)
scheme3 <- scheme_step(vertical_planning = vertical_undulating)
release_df <- release(
scheme1, scheme2, scheme3,
additive_1RM_adjustment = 2.5
)
plot(release_df)
[Package STMr version 0.1.6 Index]