powered by
Plot of a MixtCompLearn object
# S3 method for MixtCompLearn plot(x, nVarMaxToPlot = 3, nClass = NULL, pkg = c("ggplot2", "plotly"), ...)
MixtCompLearn object
number of variables to display
number of classes of the model to plot
"ggplot2" or "plotly". Package used to plot
extra parameter for plotDataCI
mixtCompLearn mixtCompPredict
mixtCompLearn
mixtCompPredict
Other plot: plotCrit
plotCrit
# NOT RUN { data(iris) # run RMixtComp in unsupervised clustering mode and in basic mode resLearn <- mixtCompLearn(iris[, -5], nClass = 2:4) plot(resLearn) plot(resLearn, nClass = 3) # }
Run the code above in your browser using DataLab