cols.cntr.scatter {CAinterprTools}R Documentation

Scatterplot for column categories contribution to dimensions

Description

This function allows to plot a scatterplot of the contribution of column categories to two selected dimensions. Two references lines (in RED) indicate the threshold above which the contribution can be considered important for the determination of the dimensions. A diagonal line is a visual aid to eyeball whether a category is actually contributing more (in relative terms) to either of the two dimensions. The column categories' labels are coupled with + or - symbols within round brackets indicating which to side of the two selected dimensions the contribution values that can be read off from the chart are actually referring. The first symbol (i.e., the one to the left), either + or -, refers to the first of the selected dimensions (i.e., the one reported on the x-axis). The second symbol (i.e., the one to the right) refers to the second of the selected dimensions (i.e., the one reported on the y-axis).

Usage

cols.cntr.scatter(data, x = 1, y = 2, filter = FALSE, cex.labls = 3)

Arguments

data

Name of the dataset (must be in dataframe format).

x

First dimension for which the contributions are reported (x=1 by default).

y

Second dimension for which the contributions are reported (y=2 by default).

filter

Filter the categories in order to only display those who have a major contribution to the definition of the selected dimensions.

cex.labls

Adjust the size of the categories' labels

See Also

cols.cntr , rows.cntr , rows.cntr.scatter

Examples

data(greenacre_data)

#Plots the scatterplot of the column categories contribution to dimensions 1&2.

cols.cntr.scatter(greenacre_data,1,2)


[Package CAinterprTools version 1.1.0 Index]