View source: R/FilterWeekends.R
FilterWeekends | R Documentation |
Filter Weekends Out of Daily time series
FilterWeekends(Time, Datavector=NULL,EnglishOrGerman=FALSE,PlotIt=FALSE)
Time |
[1:n] Time object, either codePOSIXlt or |
Datavector |
Optional, default |
EnglishOrGerman |
Default: FALSE: German names of weekdays, English names of weekday, see |
PlotIt |
Default: FALSE, TRUE: Evaluates output of function versus input by plots, works only if Datavector given |
Days of Week: Monday to Friday Saturday and Sunday are deleted
List with
FilteredTime |
[1:m], m<=n, Time object |
FilteredData |
[1:m], m<=n, Filtered Datavector |
Michael Thrun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.