alignLoad | R Documentation |
Align BLI traces with loading step with the start and end times.
alignLoad(obj, loadStart, loadEnd)
obj |
|
loadStart |
start time of the loading step |
loadEnd |
end time of the loading step |
This is the optional first step in BLI data processing. The traces
in the input "Bli" object is assumed to be paired original dataset. The output "Bli" object contains the traces
aligned, and the status
of "alignLoad" set to "TRUE".
S4 object of "Bli" class
Qingan Sun, Xiaojun Li, James C Sacchettini
Maintainer: Qingan Sun <quinsun@gmail.com>
pzasmoke
bli1 <- alignLoad(bli, 180, 780)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.