read.3dnx: Read in a 3DNX (TM) file

Description Usage Arguments Details Value See Also

Description

Reads in a 3DNX file and returns an object of class "acc" that can be further processed with summary.acc etc.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
read.3dnx(
  file,
  DIR,
  METHOD = rowSums,
  default.epoch = 5,
  ask.if.no.epoch = FALSE,
  get.id = getID,
  preprocess = delete.zeros,
  method = "sum",
  ...
)

Arguments

file

the file to read

DIR

folder - added to 'file' but ignored if 'file' contains '/'

METHOD

rowSums

default.epoch

what to do if epoch is missing from file

ask.if.no.epoch

FALSE

get.id

getID

preprocess

delete.zeros

method

"sum"

...

args 2b passed

Details

For reading in 3dnx files

Value

an object (list) of class "acc"

See Also

read.actigraph.csv


lebatsnok/accelerate documentation built on Dec. 21, 2021, 9:47 a.m.