get_weight: Retrieve isotope object's weights

Description Usage Value See Also

Description

This function returns an isotope object's weight values.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_weight(iso)

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

## S4 method for signature 'Isoval'
get_weight(iso)

## S4 method for signature 'Isosys'
get_weight(iso)

Value

In the case of a single isotope object (Isoval), returns the numeric vector of weights stored in the object. In the case of an isotope system (Isosys), returns the data frame underlying the object with all its isotope value objects replaced with their weight values.

See Also

as.data.frame, as.data.frame (base method)

Other data type attributes: get_name, get_value, get_weighted_value, set_attrib, switch_notation, weight


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