View source: R/age_depth_model.R
as_trans_factory | R Documentation |
Coerce and validate transforms and functions that produce them
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)
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 |
The input, invisibly.
as_trans_factory(age_depth_interpolate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.