Learn R Programming

SWTools (version 1.1.0)

SILOSiteSummary: Produce a table summarising SILO sites

Description

Produce a table summarising SILO sites

Usage

SILOSiteSummary(SILO)

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

Arguments

SILO

a list of sites with SILO data, as created by SILOLoad()

Examples

Run this code
if (FALSE) {
X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata")
d<-SILOSiteSummary(X)
}

Run the code above in your browser using DataLab