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

Value

Returns a modified method object

Examples

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

computational-metabolomics/struct documentation built on April 28, 2022, 10:43 a.m.