interpolateData: Interpolate Weather Station Data

Description Usage Arguments Value Examples

Description

This function takes in a list object of one or more data frames and will return a data frame with hourly observations, with missing observations linearly interpolated

Usage

1
interpolateData(wx.list)

Arguments

station_data

List object of weather data

Value

This will return a list object with two elements: 1) The percentage number and percentage of interpolated values for each weather station; 2) A list of dataframes for each station.

Examples

1
2
3
4
## Not run: 
data(stations)

## End(Not run)

mpiccirilli/weatheR documentation built on May 23, 2019, 6:28 a.m.