powered by
ICS
Plots the kurtosis measures of an ICS object against its index number. Two versions of this screeplot are available.
# S3 method for ICS screeplot( x, index = NULL, type = "barplot", main = deparse(substitute(x)), ylab = "generalized kurtosis", xlab = "component", names.arg = index, labels = TRUE, ... )
object of class ICS
index of the components to be plottes. If NULL all components are used.
"barplot" if a barplot or "lines" if a line plot is preferred.
main title of the plot.
y-axis label.
x-axis label.
names.arg argument passed on to "barplot".
labels argument for the labels of the x-axis passed on to axis.
labels
axis
other arguments for the plotting functions.
Andreas Alfons and Aurore Archimbaud
ICS()
gen_kurtosis() method
gen_kurtosis()
X <- iris[,-5] out <- ICS(X) screeplot(out) screeplot(out, type = "lines")
Run the code above in your browser using DataLab