as_trans_factory: Coerce and validate transforms and functions that produce...

View source: R/age_depth_model.R

as_trans_factoryR Documentation

Coerce and validate transforms and functions that produce them

Description

Coerce and validate transforms and functions that produce them

Usage

as_trans_factory(factory, env = parent.frame())

validate_trans_factory(factory, x = 1:3, y = 1:3)

validate_trans(trans, x = 1:3, y = 1:3)

Arguments

factory

A function that produces a transform object

env

The calling environment, for transform factories that are calls or rlang lambda-style functions.

x

The test x data

y

The test y data

trans

A transform object

Value

The input, invisibly.

Examples

as_trans_factory(age_depth_interpolate)


paleolimbot/agedepth documentation built on Feb. 6, 2023, 9:21 p.m.