Description Usage Arguments Value Author(s) Examples
Creates a flux flux data frame from the hard and soft band light curves
1 | prep.ff(slc, hlc)
|
slc |
required data frame: 0.3 - 1 keV light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
hlc |
required data frame: 2 - 10 keV light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
Flux flux data frame with structre: SOFT.RATE, SOFT.ERROR, HARD.RATE, HARD.ERROR
Derek Blue
1 2 3 4 | ## Not run:
ff.df <- prep.ff(soft.lc, hard.lc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.