SILOSiteSummary {SWTools} | R Documentation |
Produce a table summarising SILO sites
Description
Produce a table summarising SILO sites
Usage
SILOSiteSummary(SILO)
Arguments
SILO |
a list of sites with SILO data, as created by SILOLoad() |
Value
a dataframe with the following columns
- Site
site name
- Station
station number
- StartDate
date of the first good quality rainfall data
- EndDate
date of the last good quality rainfall data
- PctMissing
percentage of days that do not have good quality code between StartDate and EndDate
- AnnualRainfall
Mean annual rainfall in mm
- Latitute
Latitude
- Longitude
Longitude
- Elevation
Elevation
Examples
## Not run:
X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata")
d<-SILOSiteSummary(X)
## End(Not run)
[Package SWTools version 1.0.3 Index]