powered by
Plot the quality codes of the SILO rainfall data
SILOQualityCodes(SILO, filename = NULL)
a ggplot geom_tile plot of the rainfall quality codes
a list of sites with SILO data, as created by SILOLoad()
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.
if (FALSE) { X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata") p<-SILOQualityCodes(X) }
Run the code above in your browser using DataLab