plotDailyClimate {RMAWGEN} | R Documentation |
Plots daily climatology through one year
Description
Plots daily climatology through one year
Usage
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 |
origin |
origin date corresponding to the first row of |
when |
start day for daily climatology plot |
nday |
number of days in one year. Default is 365. |
bicolor |
logical variable. If |
Value
a matrix containing the plotted variables
Author(s)
Emanuele Cordano, Emanuele Eccel
[Package RMAWGEN version 1.3.9.3 Index]