lc.setOrigin: Set Origin

Description Usage Arguments Value Author(s) Examples

View source: R/lctools.r

Description

Shifts the light curve in time so that it begins at specified origin

Usage

1
lc.setOrigin(lc, origin)

Arguments

lc

required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE

origin

required numeric: Origin time to shift start of the light curve to

Value

Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE

Author(s)

Derek Blue

Examples

1
2
3
4
## Not run: 
lc <- lc.setOrigin(lc, 0)

## End(Not run)

Starkiller4011/AstroR documentation built on Aug. 24, 2020, 12:41 p.m.