Learn R Programming

dMod (version 0.3.1)

coordTransform: Coordinate transformation for data frames

Description

Applies a symbolically defined transformation to the value column of a data frame. Additionally, if a sigma column is present, those values are transformed according to Gaussian error propagation.

Usage

coordTransform(data, transformations)

Arguments

data
data frame with at least columns "name" (character) and "value" (numeric). Can optionally contain a column "sigma" (numeric).
transformations
character (the transformation) or named list of characters. In this case, the list names must be a subset of those contained in the "name" column.

Value

The data frame with the transformed values and sigma uncertainties.