model_apply: Apply a model

model_applyR Documentation

Apply a model

Description

Applies a method to the input dataset

Usage

model_apply(M, D, ...)

Arguments

M

a 'method' object

D

another object used by the first

...

other optional inputs

Value

Returns a modified method object

Examples

M = example_model()
M = model_apply(M,iris_DatasetExperiment())

computational-metabolomics/struct documentation built on March 27, 2024, 4:26 p.m.