Description Usage Arguments Details Value Examples
cutData
allows to select part of the data based on the defined time range.
1 |
data |
data formatted as data.frame with 4 columns: green, orange, blue, time) as imported from the .txt file saved by the in-house LabVIEW progam |
startTime |
initial time point of the new data structure |
endTime |
final time point of the new data structure |
This function allows to create a new data structure including only data in a user defined time interval (e.g. to remove test measuremets or to select one specific cycle).
A data frame with the same structure of the input data but limited to the selected time range.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.