seasevol: Visualise the seasonal evolution of a daily time series

View source: R/seasevol.R

seasevolR Documentation

Visualise the seasonal evolution of a daily time series

Description

Visualise the daily values of time series as a color scale on a plot with the julian day on the y-axis and year on the x-axis.

Usage

seasevol(x, nv = 25, verbose = FALSE, ...)

Arguments

x

as station object with daily data

nv

number of steps in color scale

verbose

a boolean; if TRUE print information about progress

Examples

data(ferder)
seasevol(ferder, new=FALSE)


metno/esd documentation built on April 29, 2024, 3:34 p.m.