Learn R Programming

PKPDsim (version 1.4.0)

bioavailability_to_R_code: Transforms bioavailability specs into appropriate R code

Description

Specialized wrapper around vector_to_R_code that makes reasonable PK assumptions for when the bioavailability specification is NULL.

Usage

bioavailability_to_R_code(bioav)

Value

character string of length 1

Arguments

bioav

bioavailability specification, either NULL (assume a value of 1 in all compartments), a single value (assume it applies to all compartments), or a vector of values.