plotterforGUI {paramGUI} | R Documentation |
Master plot function for paramGUI
Description
Master plot function for paramGUI
Usage
plotterforGUI(
modtype = "kin",
X = matrix(),
data,
model,
theta = vector(),
result,
lin = NA,
mu = 0,
guessIRF = FALSE
)
Arguments
modtype |
either 'kin', 'spec' or 'spectemp' |
X |
matrix of conditionally linear parameters, if any |
data |
object of class |
model |
object of class |
theta |
object of class |
result |
object returned by |
lin |
The linear range for the concentration plot |
mu |
The center of the lin-log axis is |
guessIRF |
Boolean to indicate whether to try and guess the location of the IRF |
Value
graphics
[Package paramGUI version 2.2.0 Index]