dcf.plot: Plot DCF

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.r

Description

Creates a plot of the DCF

Usage

1
2
3
4
5
6
7
dcf.plot(
  dcf.df,
  contours = FALSE,
  xlab = "tau [days]",
  ylab = "dcf",
  plt.title = "Broadband UV DCF"
)

Arguments

dcf.df

required data frame: DCF data frame with strcture: tau, dcf, p90, p95, p99, n90, n95, n99

contours

optional boolean: If TRUE plot the 90%, 95%, and 99.99% confidence contours, defaults to FALSE

xlab

optional string: X axis label

ylab

optional string: Y axis label

plt.title

optional string: Plot title

Value

Plot of the DCF

Author(s)

Derek Blue

Examples

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

## End(Not run)

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