to_abundance: Convert to isotope abundance

Description Usage Arguments Value See Also

Description

to_abundance converts another isotopic data type to an abundance. The to_ab function is a shorthand for to_abundance but otherwise identical.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
to_abundance(iso)

to_ab(iso)

## S4 method for signature 'ANY'
to_abundance(iso)

## S4 method for signature 'Abundance'
to_abundance(iso)

## S4 method for signature 'Abundances'
to_abundance(iso)

## S4 method for signature 'Ratio'
to_abundance(iso)

## S4 method for signature 'Ratios'
to_abundance(iso)

## S4 method for signature 'Intensities'
to_abundance(iso)

## S4 method for signature 'Delta'
to_abundance(iso)

Arguments

iso

isotopic data object (ratio, abundance, delta, etc.)

Value

isotope abundance object if iso can be converted to a abundance, an error otherwise

See Also

Other data type conversions: to_delta, to_ff, to_ratio


isoverse/isotopia documentation built on Nov. 5, 2019, 2:40 p.m.