cols.qlt {CAinterprTools} | R Documentation |
Chart of columns quality of the display
Description
This function allows you to calculate the quality of the display of the column categories on pairs of selected dimensions.
Usage
cols.qlt(data, x = 1, y = 2, categ.sort = TRUE, cex.labls = 0.75)
Arguments
data |
Name of the dataset (must be in dataframe format). |
x |
First dimension for which the quality is calculated (x=1 by default). |
y |
Second dimension for which the quality is calculated (y=2 by default). |
categ.sort |
Logical value (TRUE/FALSE) which allows to sort the categories in descending order of quality of the representation on the subspace defined by the selected dimensions. TRUE is set by default. |
cex.labls |
Adjust the size of the dot plot's labels. |
See Also
Examples
data(greenacre_data)
#Plots the quality of the display of the column categories on the 1&2 dimensions.
cols.qlt(greenacre_data, 1,2, categ.sort=TRUE)
[Package CAinterprTools version 1.1.0 Index]