iso: Iso Object

View source: R/constructors.R

isoR Documentation

Iso Object

Description

Creates objects of type "iso"

Usage

iso(H, O, Hsd, Osd, HOc = 0)

Arguments

H

numeric. Hydrogen isotope value or vector of hydrogen isotope values.

O

numeric. Oxygen isotope value or vector of oxygen isotope values.

Hsd

numeric. 1 standard deviation uncertainty of H (value or vector of values).

Osd

numeric. 1 standard deviation uncertainty of O (value or vector of values).

HOc

numeric. Covariance of H and O uncertainties.

Value

Returns an object of class “iso”, a data.frame containing the provided values.

Examples

obs = iso(-30, -5, 2, 0.2, 0.3)
str(obs)

isoWater documentation built on Aug. 18, 2023, 9:06 a.m.