lc.plot.error: Plot Light Curve Error

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.r

Description

Creates a plot of the distribution of measurement error for a lightcurve

Usage

1
2
3
4
5
6
lc.plot.error(
  lc,
  bin.width = 0.01,
  xlab = "Rate Error [count/s]",
  ylab = "Density"
)

Arguments

lc

required data frame: Light curve data frame with structure: TIME, TIMED, RATE, ERROR, BACKV, BACKE

bin.width

optional numeric: Histogram bin width

xlab

optional string: X axis label

ylab

optional string: Y axis label

Value

Plot of the source and background light curve

Author(s)

Derek Blue

Examples

1
2
3
4
5
## Not run: 
plt <- lc.plot(lightcurve)
plot(plt)

## End(Not run)

Starkiller4011/AstroR documentation built on Aug. 24, 2020, 12:41 p.m.