rows.qlt: Chart of rows quality of the display

Description Usage Arguments Examples

Description

This function allows you to calculate the quality of the display of the row categories on pairs of selected dimensions.

Usage

1
rows.qlt(data, x = 1, y = 2, 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).

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 dotplot's labels.

Examples

1
2
data(greenacre_data)
rows.qlt(greenacre_data,1,2,sort=TRUE) #Plots the quality of the display of the row categories on the 1&2 dimensions.

gianmarcoalberti/CAinterprTools documentation built on May 17, 2019, 4:18 a.m.