Plot vector with AJUS type
Plot a frequency vector among with its AJUS type.
ajusPlot(V, tolerance=0.1, variant="modified", ...)
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) |
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.
Didier Ruedin
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.