Description Usage Arguments Value Examples
Data is in seconds.
1 | 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
1 2 3 | infile <- system.file("extdata", "example1_scan.txt", package = "scbursts")
record <- scan.read(infile)
head(record)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.