xy | R Documentation |
See man/xy.R
for how these data were generated. xy
is scaled,
xy0
is the orginal data.
xy
An object of class data.frame
with 20 rows and 2 columns.
data(xy) xy0 xy pca <- prcomp(xy) summary(pca) plot(pca) biplot(pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.