Skip to contents

Function for creating ggplot2 plot of the Vertical Planning function

Usage

plot_vertical(vertical_plan, reps = c(5, 5, 5), font_size = 14, ...)

Arguments

vertical_plan

Vertical Plan function

reps

Numeric vector

font_size

Numeric. Default is 14

...

Forwarded to vertical_plan function

Examples

plot_vertical(vertical_block_undulating, reps = c(8, 6, 4))