rsac.skeleton {Rsac}R Documentation

EMPTY RSAC OBJECT

Description

Create an empty "Rsac" object. Note that most values are NA by default, including "amp" and "dt", which are the minimum that must be supplied to be useful.

Usage

rsac.skeleton(n)

Arguments

n number of elements desired for the empty "rsac" object.

Value

an empty "rsac" object.

Author(s)

Eric M. Thompson <eric.thompson@tufts.edu>

Examples


x <- rsac.skeleton(1)
x[[1]]$amp <- runif(1e3, min = -1)
x[[1]]$dt <- 1

plot(x)

x.t <- taper(x)
lines(x.t, col = "blue")


[Package Rsac version 0.1-8 Index]