filter.missing: A function to apply missing data filter on a dataset

Description Usage Arguments Examples

Description

A function to apply missing data filter on a dataset

Usage

1
filter.missing(tables, hole.size = 6)

Arguments

tables

a list in which each element is a data dataframe for one day's traffic data. It could be the output of read.processed().

hole.size

The threshold for the longest NA sequence

Examples

1
tables<-filter.missing(tables, hole.size=6)

JaredSun26/pems documentation built on May 7, 2019, 10:32 a.m.