plotAvgRad: Plot hourly average radiation

View source: R/plotAvgRad.R

plotAvgRadR Documentation

Plot hourly average radiation

Description

Plot a histogram with hourly average of solar radiation, together with hourly maxima for June and December.

Usage

plotAvgRad(mydata, date = "date", rad = "radg")

Arguments

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.

Value

A ggplot2 plot.

See Also

plotStabilityClass(), plotAvgTemp()

Examples

data(stMeteo)
plotAvgRad(stMeteo, date = "date", rad = "radg")


Simularia/simulariatools documentation built on Nov. 9, 2023, 12:36 p.m.