scan.read {scbursts} | R Documentation |
Data is in seconds.
scan.read(filename, separating_factor = 1000)
filename |
the file name to read from. |
separating_factor |
In lieu of a known time between segments, seperate with a multple of the longest dwell. |
A list of recording segments from the scan file
infile <- system.file("extdata", "example1_scan.txt", package = "scbursts")
record <- scan.read(infile)
head(record)