powered by
Plots a Logistic MDU model
# S3 method for lmdu plot( x, dims = c(1, 2), ycol = "darkgreen", xcol = "darkblue", ocol = "grey", markersize = 2.5, labelsize = 3, ... )
Plot of the results obtained from lmdu
an object of type lmdu
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_lmdu) Y = as.matrix(dataExample_lmdu[ , 1:8]) X = as.matrix(dataExample_lmdu[ , 9:13]) # unsupervised output = lmdu(Y = Y, S = 2) plot(output) }
Run the code above in your browser using DataLab