plotAvgRad | R Documentation |
Plot a histogram with hourly average of solar radiation, together with hourly maxima for June and December.
plotAvgRad(mydata, date = "date", rad = "radg")
mydata |
A data frame containing fields with solar radiation time series. |
date |
Name of the column representing date and time. |
rad |
Name of the column representing radiation. |
A ggplot2
plot.
plotStabilityClass()
, plotAvgTemp()
data(stMeteo)
plotAvgRad(stMeteo, date = "date", rad = "radg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.