create an isotope value object (this function is not exported and should be access via the appropriate wrapper functions, e.g. ratio, abundance, etc.)

iso(class_isosys, ..., attribs = list(), single_as_df = FALSE)

Arguments

class_isosys

name of the class for an isotope system (which holds the info on which isoval class belongs to the system as well)

...

values (can be single data frame or list)

attribs

named list of attributes to pass to the isotope data object constructors

single_as_df

whether to return a single value as a data frame

Note

the setup for this function also means that you can modify e.g. an existing ratio with the paramters passed in (say to set the name later on)