View source: R/plot_summary_print.R
plot.hef | R Documentation |
plot
method for class "hef".
## S3 method for class 'hef'
plot(
x,
y,
...,
params = c("hyper", "ru", "pop"),
which_pop = NULL,
plot_type = NULL,
one_plot = FALSE,
add_legend = FALSE,
legend_position = "topright",
legend_text = NULL,
num = 100
)
x |
an object of class "hef", a result of a call to
|
y |
Not used. |
... |
Additional arguments passed to |
params |
A character scalar that determines to which parameters the plots relate.
|
which_pop |
An integer vector or character scalar.
If |
plot_type |
A character scalar that determines the type of plot
produced when
|
one_plot , add_legend , legend_position , legend_text |
Only relevant if
|
num |
A numeric scalar. If |
See the examples in hef
and hanova1
.
plot.ru
for arguments that may be passed
via ...., in particular ru_scale
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.