dissocDensity: Project hits along a dissociation track

View source: R/rapt_multi.R

dissocDensityR Documentation

Project hits along a dissociation track

Description

Project hits along a dissociation track

Usage

dissocDensity(
  sax,
  m1,
  m2,
  mp,
  dv = NULL,
  v = NULL,
  drop = FALSE,
  nbhd = "point",
  method = "max",
  renorm = TRUE
)

Arguments

sax

The output of saxeyPlot

m1

Mass to charge ratio of the first daughter ion

m2

Mass to charge ratio of the second daughter ion

mp

Mass to charge ratio of the parent ion

dv

Voltage parameter step

v

Voltage parameter series

drop

Should repeated bins be dropped? Defaults to FALSE.

nbhd

The neighborhood of bins to be included. One of: "point", "rook", or "queen".

method

A function or character string to be matched by match.fun that returns a single value. The density calculation method used for the neighborhood of each point.

renorm

Should the returned densities be renormalized to sum to 1? FALSE uses the densities in sax. Defaults to TRUE. See ash2.

References

Saxey, D. W. (2011). Correlated ion analysis and the interpretation of atom probe mass spectra. Ultramicroscopy, 111(6), 473-479. https://doi.org/10.1016/j.ultramic.2010.11.021.

See Also

saxeyPlot, dissocTrack, ash2


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.