SILOMortonQualityCodes: Plot the quality codes of the input data for Morton's Evap...

View source: R/SILOMorton.R

SILOMortonQualityCodesR Documentation

Plot the quality codes of the input data for Morton's Evap calculations

Description

Produces a tile plot displaying the quality codes for variables that are input to the calculation of Morton's evaporation equations, being maximum and minimum temperature, solar radiation and vapor pressure (derived from wet bulb temperature). Evaporation is also plotted, if the site has pan observations.

Usage

SILOMortonQualityCodes(SILO, filename = NULL)

Arguments

SILO

a list of sites with SILO data, as created by SILOLoad()

filename

optional, filename to write a plot of the rainfall quality codes to, including extension (e.g. png). Filename can include full path or sub folders.

Value

a ggplot geom_tile plot of the rainfall quality codes

Examples

 
## Not run: 
X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata")
p<-SILOMortonQualityCodes(X)

## End(Not run)


SWTools documentation built on May 31, 2023, 6:24 p.m.