Description Usage Arguments Value Author(s) Examples
Calculates the fractional variability following Ponti et al. 2004, A&A, 417, 451
1 | fvar.ponti(lc)
|
lc |
required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
List containing fractional variability and error for the light curve
Derek Blue
1 2 3 4 5 6 | ## Not run:
fv <- fvar.ponti(lightcurve)
fvar <- fv[1]
fvar.err <- fv[2]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.