| plot.anscombe | R Documentation |
plot method for objects inheriting from class "anscombe".
## S3 method for class 'anscombe' plot(x, input = FALSE, stats = TRUE, digits = 3, legend_args = list(), ...)
x |
an object of class |
input |
A logical scalar. Should the old, input data, that is, the
Anscombe's dataset chosen for |
stats |
A logical scalar. Should the sample summary statistics
|
digits |
An integer. The argument |
legend_args |
A list of arguments to be passed to
|
... |
Further arguments to be passed to |
This function is only applicable in 2 dimensions, that is,
when length(attr(x, "new_stats")$means) = 2.
Nothing is returned.
See the examples in anscombise and mimic.
anscombise and mimic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.