get_model_data: Mapping of Simulation Model Functions

Description Usage Arguments Value See Also

View source: R/function_mapping.R

Description

Provides information about the function for dynamic predictions associated to a valid simulation_model key. If simulation_model is missing or NULL, a character vector of valid model keys is provided. This function is designed as an assistant for using the functions predict_inactivation and fit_dynamic_inactivation. For the adjustment of isothermal experiments with the function fit_isothermal_inactivation, use the function get_isothermal_model_data.

Usage

1
get_model_data(simulation_model = NULL)

Arguments

simulation_model

(optional) character with a valid model key or NULL.

Value

If simulation_model is NULL or missing, a character vector of possible names. Otherwise, a list including information of the relevant function:

See Also

predict_inactivation, fit_dynamic_inactivation


bioinactivation documentation built on Aug. 1, 2019, 5:05 p.m.