read.neurone: Read data from a Mega Electronics neurOne device.

Description Usage Arguments Value

Description

Read data from a Mega Electronics neurOne device.

Usage

1
2
read.neurone(datadir, session.number = 1, start = 0, data.length = NULL,
  channels = NULL, read.events = TRUE, header.only = FALSE)

Arguments

datadir

The directory containing the data.

session.number

The session number. Default is 1.

start

The offset in seconds from the beginning of the file to start reading data.

data.length

The amount of data in seconds to be read.

channels

A list containing channel names to be read.

read.events

Should events be read. Boolean. Default is TRUE.

header.only

Should only the header information, but no signal data, be read. Boolean. Default is FALSE.

Value

A recording structure (a list) containing the data.


bwrc/neurone-r documentation built on May 13, 2019, 9:19 a.m.