-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian Kopf
committed
May 28, 2014
1 parent
a8c3b8e
commit b2df89d
Showing
14 changed files
with
108 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,31 @@ | ||
% Generated by roxygen2 (4.0.0): do not edit by hand | ||
\name{fractionate} | ||
\alias{fractionate} | ||
\title{Fractionate an isotopic value | ||
FIXME: this documentation is confused, go fix it | ||
This function calculates the outcome of isotopic fractionation on an isotopic value and | ||
is defined for a number of different combinations (how an \code{\link{alpha}} fractionation | ||
factor fractionates a single \code{\link{ratio}} or a \code{\link{delta}} value, how it fractionates another | ||
\code{\link{alpha}} value; how a \code{\link{epsilon}} value does the same, etc.)} | ||
\title{Fractionate an isotopic value} | ||
\usage{ | ||
fractionate(frac, iso) | ||
} | ||
\arguments{ | ||
\item{frac}{the isotope object used to fractionate the isotope value} | ||
\item{frac}{the fractionation factor \code{\link{ff}} used to fractionate the isotope value} | ||
|
||
\item{iso}{the isotope object to fractionate} | ||
} | ||
\value{ | ||
an object of the same type as \code{iso} | ||
} | ||
\description{ | ||
Fractionate an isotopic value | ||
FIXME: this documentation is confused, go fix it | ||
This function calculates the outcome of isotopic fractionation on an isotopic value and | ||
is defined for a number of different combinations (how an \code{\link{alpha}} fractionation | ||
factor fractionates a single \code{\link{ratio}} or a \code{\link{delta}} value, how it fractionates another | ||
\code{\link{alpha}} value; how a \code{\link{epsilon}} value does the same, etc.) | ||
This function calculates the outcome of isotopic fractionation by a \code{\link{fractionation_fractor}} | ||
and can be applied to \code{\link{ratio}} data, \code{\link{delta}} values or other | ||
\code{\link{fractionation_fractor}} objects. | ||
} | ||
\note{ | ||
Several of these calculations are also | ||
implemented with an \code{\link{arithmetic}} shorthand. All calculatinos are | ||
only permissible if the fractionation factors and isotope values have matching | ||
attributes. | ||
} | ||
\seealso{ | ||
Other operations: \code{\link{mass_balance}}; | ||
\code{\link{shift_reference}} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.