View source: R/plot-compare-refpoints.R
plot_rules | R Documentation |
Plot rules
plot_rules(
rules,
rule_labels = NULL,
fig_name = NULL,
figure_dir = "compare_figure/",
width = 8,
height = 6
)
rules |
data frame with rule numbers and parameter values |
rule_labels |
data frame with labels for rules - must be the same length as number of rows in rules |
fig_name |
name for figure if rule labels are included |
figure_dir |
the directory to save the figure to |
width |
option to add width of figure |
height |
option to add height of figure |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.