imputePWS: register the 'data' slot in an object of class...

Description Usage Arguments Value Methods (by class) See Also Examples

Description

imputePWS registers the data slot in an object of class PWS-class for some reported variable by interpolating or otherwise approximating the variable for each station through linear approximation

Usage

1
2
3
4
5
## S4 method for signature 'PWSweather'
imputePWS(object, variable)

## S4 method for signature 'PWSweather'
plotPWSweather(object, variable)

Arguments

object

an object of class PWSweather-class

variable

a single character string that target variable that needs to be imputed, must be one of "tempi" (Temperature), "hum" (Humidity), "wspdi" (Windspeed) or "pressurei" (Pressure)

Value

a data frame contain columns of imputed value of each station, and a column of timestamp

Methods (by class)

See Also

PWSweather-class

Examples

1
2

x265zhan/PWS documentation built on May 4, 2019, 1:05 p.m.