Learn R Programming

SWTools (version 1.1.0)

SILOQualityCodes: Plot the quality codes of the SILO rainfall data

Description

Plot the quality codes of the SILO rainfall data

Usage

SILOQualityCodes(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 save 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<-SILOQualityCodes(X)
}

Run the code above in your browser using DataLab