Learn R Programming

linea (version 0.1.1)

trans_test: trans_tester

Description

Transformation Tester

Usage

trans_test(f, p = NULL)

Value

a character vector of messages

Arguments

f

the function to test

p

an optional list of parameters and values

Details

Tests a mathematical transformation function for errors. The function must accept an input vector v as well as, optionally, additional parameters.

Examples

Run this code
trans_test(log)

Run the code above in your browser using DataLab