Learn R Programming

MethComp (version 1.30.0)

check.trans: Functions to handle transformations of measurement results.

Description

Check whether two functions actually are each others inverse.

Usage

check.trans(trans, y, trans.tol = 1e-05)

Arguments

trans

A list of two functions, each other's inverse.

y

Vector of numerical values where the functions should be each other's inverse.

trans.tol

Numerical constant indication how precise the evaulation should be.

Value

check.trans returns nothing.