Description Usage Arguments Examples
A function to apply observation rate filter
1 | filter.obs.rate(tables, obs.rate = 0.95)
|
tables |
a list in which each element is a data dataframe for one day's traffic data, the output of read.processed(). |
obs.rate |
The threshold of minimum daily obervation rate |
1 | tables<-filter.obs.rate(tables, obs.rate=0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.