interactivePBPK: Launch the interactive PBPK workflow for the given model

Description Usage Arguments Examples

View source: R/Project.R

Description

Used to launch the PBPK workflow for the given model. This interface can be used to launch either the rapidPBPK model, The HTTK model or the fishPBPK model.

Usage

1
interactivePBPK(name = "rapidPBPK")

Arguments

name

Name of the model. "rapidPBPK" or "fishPBPK". Defaults to rapidPBPK.

Examples

1
2
3
if(interactive()){
interactivePBPK("rapidPBPK")
}

plethem documentation built on Nov. 8, 2020, 4:35 p.m.