newProject: Start a new PLETHEM project.

Description Usage Arguments Examples

Description

A project consists of chemicals, organisms and datasets. The function asks the user for a location to save the project files on exit. It then launches the shiny user interface used to parameterize and run the model.

Usage

1
2
newProject(name = "new_project", type = "PBPK", model = "rapidPBPK",
  mode = "MC")

Arguments

name

The name for the project

type

The type of the model that the project is tied to

model

The model to be used for the project

mode

Either Forward Dosimetry(FD) or Monte Carlo(MC) mode. Only valid for PBPK type models

Examples

1
2
3
4
5
## Not run: 
newProject(name = "TestPBPK",type = "PBPK",model = "rapidPBPK",mode = "MC")
newProject(name = "TestPBPK",type = "PBPK",mode = "httk_pbpk",mode = "MC")

## End(Not run)

sahu27/sahu documentation built on May 30, 2019, 2:06 a.m.