Description Usage Arguments Value Author(s) Examples
Creates a plot of the source and background of two light curves
1 2 3 4 5 6 7 8 9 10 11 | lc.overplot(
lc1,
lc2,
xlab = "Time [s]",
y1lab = "Rate [count/s]",
y2lab = "Rate [count/s]",
plt.title = "LC1 vs LC2",
bg1 = FALSE,
bg2 = FALSE,
names = c("lc1", "lc2")
)
|
lc1 |
required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
lc2 |
required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE |
xlab |
optional string: X axis label |
y1lab |
optional string: Left Y axis label |
y2lab |
optional string: Right Y axis label |
plt.title |
optional string: Plot title |
bg1 |
optional boolean: If TRUE plot the background of the first light curve, defaults to FALSE |
bg2 |
optional boolean: If TRUE plot the background of the second light curve, defaults to FALSE |
names |
optional list of strings: Names for the two light curves |
Plot of the source and background light curve
Derek Blue
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.