get_set | R Documentation |
get_set
obtains a set of x/y coordinates and returns it
(as a data frame).
get_set(n = 1)
n |
Number of set (as an integer from 1 to 4)).
Default: |
Each set stems from Anscombe's Quartet
(see datasets::anscombe
, hence
1 <= n <= 4
) and is returned as an
11 x 2
data frame.
See ?datasets:anscombe
for details and references.
Other data functions:
make_grid()
get_set(1)
plot(get_set(2), col = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.