Description Usage Arguments Value Author(s) Examples
Loads Swift data from text file
1 | swift.table(filepath, skip.rows = 0)
|
filepath |
required string: Absolute or relative file path to the data file |
skip.rows |
optional numeric: Number of rows to skip in the data file, defaults to 0 |
Light curve data frame with structure: MJD, CR_X, X.ERR, HR, HR.ERR, V.MAG, V.ERR, B.MAG, B.ERR, U.MAG, U.ERR, W1.MAG, W1.ERR, M2.MAG, M2.ERR, W2.MAG, W2.ERR
Derek Blue
1 2 3 4 | ## Not run:
lc <- xmm.pn.lc("obsid_pn_lccor_300-10000.fits")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.