trans_test: trans_tester

View source: R/transformations.R

trans_testR Documentation

trans_tester

Description

Transformation Tester

Usage

trans_test(f, p = NULL)

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.

Value

a character vector of messages

Examples

trans_test(log)

linea documentation built on Sept. 15, 2022, 9:06 a.m.