plotStabilityClass {simulariatools} | R Documentation |
Plot stability class
Description
Plot histogram of stability class on season or hour base.
Usage
plotStabilityClass(mydata, sc = "sc", type = "season")
Arguments
mydata |
A data frame containing |
sc |
The name of the stability class field. |
type |
type determines how the data are split and then plotted. Accepted values are "season" (default) and "hour". |
Details
Numerical values of stability classes are mapped as: 1 = A, 2 = B, ..., 6 = F.
Value
A ggplot2
plot.
See Also
stabilityClass()
, plotAvgRad()
, plotAvgTemp()
Examples
data(stMeteo)
# Season plot of stability class pgt
plotStabilityClass(stMeteo, sc = "pgt", type = "season")
# Hourly plot of stability class pgt
plotStabilityClass(stMeteo, sc = "pgt", type = "hour")
[Package simulariatools version 2.5.1 Index]