Learn R Programming

smoke (version 2.0.1)

alignLoad: Align BLI traces with loading step

Description

Align BLI traces with loading step with the start and end times.

Usage

alignLoad(obj, loadStart, loadEnd)

Value

S4 object of "Bli" class

Arguments

obj

obj of "Bli" class

loadStart

start time of the loading step

loadEnd

end time of the loading step

Author

tools:::Rd_package_author("smoke")

Maintainer: tools:::Rd_package_maintainer("smoke")

Details

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".

References

pzasmoke

Examples

Run this code
bli1 <- alignLoad(bli, 180, 780)

Run the code above in your browser using DataLab