powered by
Plots a Multinomial Restricted MDU model
# S3 method for mru plot( x, dims = c(1, 2), class.regions = FALSE, ycol = "darkgreen", xcol = "darkblue", ocol = "grey", markersize = 2.5, labelsize = 3, ... )
Plot of the results obtained from mru
an object of type mru
which dimensions to visualize
whether a voronoi diagram with classification regions should be included
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_mru) y = as.matrix(dataExample_mru[ , 1]) X = as.matrix(dataExample_mru[ , 2:6]) output = mru(y = y, X = X, S = 2) plot(output) }
Run the code above in your browser using DataLab