ds_options {VWPre} | R Documentation |
ds_options
determines the possible rates to which
the current sampling rate can downsampled. It then prints the
options in both bin size (milliseconds) and corresponding
sampling rate (Hertz).
ds_options(SamplingRate, OutputRates = "Suggested")
SamplingRate |
A positive integer indicating the sampling rate (in Hertz)
used to record the gaze data, which can be determined with the function
|
OutputRates |
A string ("Suggested" or "All") controlling if all rates are output, or if only whole rates (default) are output. |
A printed summary of options (bin size and rate) for downsampling.
## Not run:
library(VWPre)
# Determine downsampling options...
ds_options(SamplingRate = 1000)
## End(Not run)