This function plots different information about 'fem' objects such as model selection, log-likelihood evolution and visualization of the clustered data into the discriminative subspace fitted by the Fisher-EM algorithm.
Usage
# S3 method for fem
plot(x, frame=0, crit=c(),...)
Arguments
x
The fem object.
frame
0: all plots; 1: selection of the number of groups; 2: log-likelihood; projection of the data into the discriminative subspace.
crit
The model selection criterion to display. Default is the criterion used in the 'fem' function ('icl' by default).