get_weighted_value: Retrieve isotope object's weighted values

Description Usage Value See Also

Description

This function returns an isotope object's weighted values.

Usage

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

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

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

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

Value

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

See Also

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

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


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