plot.pulsar: Plot a 'pulsar' S3 object

View source: R/generics.R

plot.pulsarR Documentation

Plot a pulsar S3 object

Description

Plot a pulsar S3 object

Usage

## S3 method for class 'pulsar'
plot(x, scale = TRUE, invlam = FALSE, loglam = FALSE, legends = TRUE, ...)

Arguments

x

a pulsar or batch.pulsar object

scale

Flag to scale non-StARS criterion to max StARS value (or 1)

invlam

Flag to plot 1/lambda

loglam

Flag to plot log[lambda]

legends

Flag to plot legends

...

ignored

Details

If both invlam and loglam are given, log[1/lambda] is plotted


pulsar documentation built on Sept. 25, 2023, 1:08 a.m.