Learn R Programming

RSEIS (version 3.7-4)

leests: Time Series Structure

Description

return time series structure

Usage

leests(a, dt = 0.008)

Arguments

a

vector signal

dt

sample rate

Value

list(y=y, dt=dt)

Examples

Run this code
# NOT RUN {
x  <-  rnorm(10)

leests(x, dt = 0.01)


# }

Run the code above in your browser using DataLab