powered by
"nipals"
## S3 method for class 'nipals': plot(x, \dots)
nipals
plot.nipals
## example of NIPALS algorithm data(wines) nip1 <- nipals(wines[,-1], nc=5) plot(nip1)
Run the code above in your browser using DataLab