powered by
Plots a Cumulative Logistic PCA model
# S3 method for clpca plot( x, dims = c(1, 2), ycol = "darkgreen", xcol = "darkblue", ocol = "grey", markersize = 2.5, labelsize = 3, ... )
Plot of the results obtained from clpca
an object of type clpca
which dimensions to visualize
colour for representation of response variables
colour for representation of predictor variables
colour for representation of row objects
size of points
size of labels
additional arguments to be passed.
if (FALSE) { data(dataExample_clpca) Y<-as.matrix(dataExample_clpca[,5:8]) X<-as.matrix(dataExample_clpca[,1:4]) out = clpca(Y, X) plot(out) }
Run the code above in your browser using DataLab