peakInt | R Documentation |
peak integration
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, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.