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",
ylabel = NULL,
title = "",
locale = NULL
)
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. |
ylabel |
The label along the y axis. |
title |
Optional plot title |
locale |
Locale to use for legend. Default is English, the only other one currently supported is italian. |
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.