Check to make sure required parameters are present to evaluate 1-compartment model for a given route and medium
check_params_1comp_cl(params, route, medium, ...)
Character: A message. If all required parameters are present for the given media & routes, the message is "Parameters OK". If required parameters for the oral route are missing, the message is "Error: For 1-compartment oral model, missing parameters (comma-separated list of parameter names)". If required parameters for the IV route are missing, the message is "Error: For 1-compartment oral model, missing parameters (comma-separated list of parameter names)".
A named numeric vector of parameters for the 1-compartment model.
A character vector of routes: "iv" and/or "oral".
A character vector of tissue media: "plasma" and/or "blood".
Additional arguments (not currently used)
Caroline Ring