ajusPlot {agrmt}R Documentation

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. Missing values are removed when calculating the AJUS type (because AJUS does not handle missing values), but they are considered in the plot. This makes ajusPlot useful for classifying time series where missing values may occur. Additional arguments can be passed to the underlying plot function.

Author(s)

Didier Ruedin

See Also

ajus


[Package agrmt version 1.42.12 Index]