powered by
Produce a table summarising SILO sites
SILOSiteSummary(SILO)
a dataframe with the following columns
site name
station number
date of the first good quality rainfall data
date of the last good quality rainfall data
percentage of days that do not have good quality code between StartDate and EndDate
Mean annual rainfall in mm
Latitude
Longitude
Elevation
a list of sites with SILO data, as created by SILOLoad()
if (FALSE) { X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata") d<-SILOSiteSummary(X) }
Run the code above in your browser using DataLab