| plot.nreps | R Documentation | 
S3 method for plotting nreps objects output by calc_nreps()).
## 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 )
| 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? | 
ggplot object (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.