peakInt: peakInt

peakIntR Documentation

peakInt

Description

peak integration

Usage

peakInt(
  x,
  peak.wd.asym = 1000,
  peak.ht.asym = 1000,
  peak.cluster = 0,
  peak.cutoff = "none",
  peak.cutoff.value = 0,
  ...
)

## S3 method for class 'PeakInt'
plot(
  x,
  report.lim = c(1, -1),
  peak.col = "grey",
  peak.border = NA,
  data.col = "black",
  ...
)

## S3 method for class 'PeakInt'
print(x, ...)

Arguments

x

(for peakInt) numeric vector, typically a time-series of data; (for PeakInt methods) an object of class 'PeakInt'

peak.wd.asym

peak property, peak width asymmetry

peak.ht.asym

peak property, peak ht asymmetry

peak.cluster

peak property, peak clustering

peak.cutoff

peak property, peak cutoff

peak.cutoff.value

peak property, peak cutoff value

...

other arguments

report.lim

(for plot.PeakInt) plot range limits

peak.col

(for plot.PeakInt) peak color

peak.border

(for plot.PeakInt) peak border

data.col

(for plot.PeakInt) data point color


karlropkins/grey.area documentation built on Dec. 27, 2024, 7:10 p.m.