scan.read {scbursts}R Documentation

Read a scan results text file. scan.read returns a 1 segment list Reads in scan results and puts them in the same format as the output of dwt.read. See 'dwt', and 'segment' for more information.

Description

Data is in seconds.

Usage

scan.read(filename, separating_factor = 1000)

Arguments

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.

Value

A list of recording segments from the scan file

Examples


infile <- system.file("extdata", "example1_scan.txt", package = "scbursts")
record <- scan.read(infile)
head(record)


[Package scbursts version 1.6 Index]