plot.anscombe {anscombiser} | R Documentation |
Plot method for objects of class "anscombe"
Description
plot
method for objects inheriting from class "anscombe"
.
Usage
## S3 method for class 'anscombe'
plot(x, input = FALSE, stats = TRUE, digits = 3, legend_args = list(), ...)
Arguments
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 |
Details
This function is only applicable in 2 dimensions, that is,
when length(attr(x, "new_stats")$means)
= 2.
Value
Nothing is returned.
Examples
See the examples in anscombise
and mimic
.
See Also
anscombise
and mimic
.