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 June 12, 2025, 6:19 p.m.