Learn R Programming

agrmt (version 1.35)

ajusPlot: Plot vector with AJUS type

Description

Plot a frequency vector among with its AJUS type.

Usage

ajusPlot(V, tolerance=0.1, variant="modified", ...)

Arguments

V
A frequency vector
tolerance
Specify how similar values have to be to be treated as different (optional). Differences smaller than or equal to the tolerance are ignored.
...
Arguments to pass to the plotting function
variant
Strict AJUS following Galtung, or modified to include F and L types (default)

Details

This function plots the frequency vector along with its AJUS classification and skew. See ajus for a description of the AJUS system and the different parameters. In contrast to the ajus function, ajusPlot can deal with missing values (they are removed when calculating the AJUS type, but considered in the plot). This makes ajusPlot useful for classifying time series. Additional arguments can be passed to the to the underlying plot function.

See Also

ajus