Description Usage Arguments Value Author(s) Examples
Bins a light curve into evenly spaced time bins
1 | bin.lc(lc, bin.width)
|
lc |
required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
bin.width |
required numeric: Time delta width of the time bins, must be in the same units as lc$TIME |
Light curve data frame binned into evenly spaced time bins with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE
Derek Blue
1 2 3 4 | ## Not run:
lightcurve <- bin.lc(lightcurve, 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.