S3 method for plotting nreps objects output by calc_nreps()
).
# S3 method for nreps
plot(
x,
y = NULL,
...,
instance.name = NULL,
latex = FALSE,
show.SE = TRUE,
show.CI = TRUE,
sig.level = 0.05,
show.text = TRUE
)
list object of class nreps (generated by calc_nreps()
)
or of class CAISEr (in which case an instance.name
must be provided).
unused. Included for consistency with generic plot
method.
other parameters to be passed down to specific plotting functions (currently unused)
name for instance to be plotted if object
is
of class CAISEr. Ignored otherwise.
logical: should labels be formatted for LaTeX? (useful for
later saving using library TikzDevice
)
logical: should standard errors be plotted?
logical: should confidence intervals be plotted?
significance level for the confidence interval. 0 < sig.level < 1
logical: should text be plotted?
ggplot
object (invisibly)