tests/test.plotpc.R

# test.plotpc.R
# This is just a dummy test. Full tests can be found in tests/slowtests.
library(grid)
library(plotpc)
data(iris)
x <- iris[,c(3,4)] # select Petal.Length and Petal.Width
plotpc(x)

Try the plotpc package in your browser

Any scripts or data that you put into this service are public.

plotpc documentation built on May 1, 2019, 6:33 p.m.