| plotDailyClimate | R Documentation | 
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
)
| 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  | 
a matrix containing the plotted variables
Emanuele Cordano, Emanuele Eccel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.