Learn R Programming

nsRFA (version 0.1-6)

SERIESPLOTS: Series plots

Description

Plots for time-series investigation.

Usage

consistencyplot (x, cod, cex.axis=.8, mark.code=TRUE, ...)

Arguments

x
vector representing time (e.g. years) of data-samples defined with cod
cod
array that defines the data subdivision among sites
cex.axis
dimensions of points and labels
mark.code
if TRUE (default) codes of samples are plotted on y axis
...
graphical parameters as xlab, ylab, main, ...

Value

  • consistencyplot displays time-series consistency.

See Also

plot, DISTPLOTS

Examples

Run this code
data(hydroSIMN)
annualflows[c(1:10),]
y <- annualflows["anno"][,]
cod <- annualflows["cod"][,]
consistencyplot(y,cod)

Run the code above in your browser using DataLab