Learn R Programming

MAINT.Data (version 2.4.1)

plotInfCrt-methods: Information criteria plot.

Description

Method plotInfCrt displays a plot representing the values of an approprtiate information criterion (currently either BIC or AIC) for the models whose results are stored in an IdtMclust-method object. A supplementary short output message prints the values of the chosen criterion for the 'nprin' best models.

Usage

# S4 method for IdtMclust
plotInfCrt(object,crt=object@SelCrit,legpos="bottomleft",nprnt=5, …)

Arguments

object

An object of type “IdtMclust” representing the the clusterig results of an Interval-valued data set obtainde by the function “IdtMclust”.

crt

The information criteria whose values are to be displayed.

legpos

Legend position. Alternatives are “bottomleft” (default), “bottomright”, “topleft” and “bottomright”.

nprnt

Number of solutions for which the value of the information criterio should be printed in an suplmentary short output message.

Graphical arguments to be passed to methods.

See Also

'>IdtMclust, Idtmclust