head.GENEAbin: Get features of a GENEActiv bin data object.

View source: R/methodsGENEA.R

head.GENEAbinR Documentation

Get features of a GENEActiv bin data object.

Description

Shows the first n elements of a GENEActiv bin (list) data object.

Usage

## S3 method for class 'GENEAbin'
head(x, ...)

Arguments

x

GENEActiv bin list object

...

additional arguments

Value

list showing the first part of each list element.

Examples

temp <- list(Data = matrix(rnorm(40), ncol = 4), 
    UpDown = rnorm(10), 
    Degrees = sample(-90:90, 10),
    Time = 1:10, 
    Light = runif(10),
    Temp = rep(20, 10),
    Magnitude = runif(10), 
    Serial = "012345",
    RawData = matrix(rnorm(700), ncol = 7),
    Freq = 100)
class(temp) <- c("list", "GENEAbin")
head(x = temp)

GENEAclassify documentation built on March 31, 2023, 9:01 p.m.