Plots daily climatology through one year
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
)
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)
see plot.default
origin date corresponding to the first row of data
start day for daily climatology plot
number of days in one year. Default is 365.
logical variable. If TRUE
and data
represents climatologies of minimun and maximum daily temperature, the lines are plotted with blue and red colors respectively.
a matrix containing the plotted variables