plotDailyClimate: Plots daily climatology through one year

Description Usage Arguments Value Author(s)

Description

Plots daily climatology through one year

Usage

1
2
3
4
plotDailyClimate(data, title = "Daily_Avereged_Temperture_in_one_year",
  origin = "1961-1-1", when = "1979-1-1",
  ylab = "Temperature [degC]", xlab = "Time [days]", nday = 365,
  bicolor = FALSE, col = "black", lwd = 1)

Arguments

data

matrix whose columns contain daily-averaged climatic series of variables (e.g. maximum or minum daily averaged temperature obtained by spline interpolation of monthly climatology)

title, xlab, ylab, col, lwd

see plot.default

origin

origin date corresponding to the first row of data

when

start day for daily climatology plot

nday

number of days in one year. Default is 365.

bicolor

logical variable. If TRUE and data represents climatologies of minimun and maximum daily temperature, the lines are plotted with blue and red colors respectively.

Value

a matrix containing the plotted variables

Author(s)

Emanuele Cordano, Emanuele Eccel


RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.