plot.nreps {CAISEr} | R Documentation |
plot.nreps
Description
S3 method for plotting nreps objects output by calc_nreps()
).
Usage
## S3 method for class 'nreps'
plot(
x,
y = NULL,
...,
instance.name = NULL,
latex = FALSE,
show.SE = TRUE,
show.CI = TRUE,
sig.level = 0.05,
show.text = TRUE
)
Arguments
x |
list object of class nreps (generated by |
y |
unused. Included for consistency with generic |
... |
other parameters to be passed down to specific plotting functions (currently unused) |
instance.name |
name for instance to be plotted if |
latex |
logical: should labels be formatted for LaTeX? (useful for
later saving using library |
show.SE |
logical: should standard errors be plotted? |
show.CI |
logical: should confidence intervals be plotted? |
sig.level |
significance level for the confidence interval. 0 < sig.level < 1 |
show.text |
logical: should text be plotted? |
Value
ggplot
object (invisibly)
[Package CAISEr version 1.0.17 Index]