ff.plot: Plot Flux Flux

Description Usage Arguments Value Author(s) Examples

View source: R/plotting.r

Description

Creates a plot of the hard band flux vs soft band flux

Usage

1
2
3
4
5
6
ff.plot(
  ff.df,
  xlab = "Soft Rate [count/s]",
  ylab = "Hard Rate [count/s]",
  plt.title = "Flux-Flux Plot"
)

Arguments

ff.df

required data frame: Flux flux data frame with structure: SOFT.RATE, SOFT.ERROR, HARD.RATE, HARD.ERROR

xlab

optional string: X axis label

ylab

optional string: Y axis label

plt.title

optional string: Plot title

Value

Plot of the hard band flux vs soft band flux

Author(s)

Derek Blue

Examples

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

## End(Not run)

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