add_model_to_fit: Add a model to a fit

Description Usage Arguments Value Examples

View source: R/FIT-fit_object.R

Description

This function adds a model object to a fit. The model must have all constraints etc. added prior to adding it to a fit.

Usage

1
add_model_to_fit(fit, model)

Arguments

fit

The fit object to add the model to

model

The model object to add

Value

A fit object

Examples

1
add_model_to_fit(fit, model)

jmstrat/NMR.Utils documentation built on July 14, 2019, 11:35 p.m.