Learn R Programming

RSEIS (version 2.1-6)

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
x = rnorm(10)

leests(x, dt = 0.01)

Run the code above in your browser using DataLab