object_info: Information about an isotopic data object

Description Usage Details See Also Examples

Description

Get information about the name, label and units of an isotopic data object.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
get_name(object)

## S4 method for signature 'ANY'
get_name(object)

## S4 method for signature 'Isoval'
get_name(object)

## S4 method for signature 'Ratio'
get_name(object)

## S4 method for signature 'Abundance'
get_name(object)

## S4 method for signature 'FractionationFactor'
get_name(object)

## S4 method for signature 'Delta'
get_name(object)

get_units(object)

## S4 method for signature 'Isoval'
get_units(object)

## S4 method for signature 'Intensity'
get_units(object)

get_label(object)

## S4 method for signature 'ANY'
get_label(object)

## S4 method for signature 'Isoval'
get_label(object)

## S4 method for signature 'FractionationFactor'
get_label(object)

## S4 method for signature 'Delta'
get_label(object)

## S4 method for signature 'Isosys'
get_label(object)

Details

get_name() returns the name of an isotopic data object

get_units() provides the units of an isotope data object depending on the object type and notation

get_label() provides the full label of an isotope data object

See Also

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

Examples

1
2
3
4
5
6
## Not run: 
get_label(ratio(...))
get_label(abundance(...))
get_label(isosys(ratio(...), ratio(...))

## End(Not run)

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