View source: R/plot.study_AAconvergence.R
plot.study_AAconvergence | R Documentation |
It makes a plot of the results created after using study_AAconvergence
## S3 method for class 'study_AAconvergence'
plot(x, ...)
x |
An object of the class study_AAconvergence |
... |
Other arguments (ignored) |
A panel of 7 plots is being created, see study_AAconvergence
for details.
study_AAconvergence
{
## Use the sample data "wd2"
data(wd2)
yy=study_AAconvergence(wd2, 3, plot = FALSE)
plot(yy)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.