SILOQualityCodes: Plot the quality codes of the SILO rainfall data

View source: R/SILO.R

SILOQualityCodesR Documentation

Plot the quality codes of the SILO rainfall data

Description

Plot the quality codes of the SILO rainfall data

Usage

SILOQualityCodes(SILO, filename = NULL)

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.

Value

a ggplot geom_tile plot of the rainfall quality codes

Examples

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

## End(Not run)


matt-s-gibbs/swtools documentation built on Feb. 3, 2024, 3:43 p.m.