View source: R/plotStabilityClass.R
plotStabilityClass | R Documentation |
Plot histogram of stability class on season or hour base.
plotStabilityClass(mydata, sc = "sc", type = "season")
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". |
Numerical values of stability classes are mapped as: 1 = A, 2 = B, ..., 6 = F.
A ggplot2
plot.
stabilityClass()
, plotAvgRad()
, plotAvgTemp()
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.