Description Usage Arguments Value Author(s) Examples
Shifts the light curve in time so that it begins at specified origin
1 | lc.setOrigin(lc, origin)
|
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 |
Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE
Derek Blue
1 2 3 4 | ## Not run:
lc <- lc.setOrigin(lc, 0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.