Learn R Programming

SWTools (version 1.1.0)

SILOMortonQualityCodes: 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)

Value

a ggplot geom_tile plot of the rainfall quality codes

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.

Examples

Run this code
 
if (FALSE) {
X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata")
p<-SILOMortonQualityCodes(X)
}

Run the code above in your browser using DataLab