jp_plot | R Documentation |
Plot the output of a joinpoint analysis.
jp_plot(
jp,
by_level = NULL,
legend_pattern = getOption("jp_plot_legend_pattern", "{xmin}-{xmax}: {slope}"),
title_pattern = getOption("jp_plot_title_pattern", "{key}={val}"),
ncol = 1,
return_patchwork = TRUE,
...
)
jp |
A list generated using |
by_level |
One or several stratification levels. Works only if |
legend_pattern |
|
title_pattern |
|
... |
passed on to |
a patchwork
if return_patchwork==TRUE
, a list of ggplots
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.