plot5PL
plots a 5PL function
plot5PL (param, xlim, ylim=NULL, col=NULL, lty=NULL, lwd=1, plot.legend=FALSE,
add=FALSE, legend=NULL, main=NULL, xlab=NULL, ylab=NULL, xaxt="s",
yaxis.log.scale=FALSE, expy=FALSE, logy=FALSE, ...)
lines5PL (param, xlim, ...)
Can be a vector or a matrix. If matrix, each row represents one curve. First check for classical parameterization, then gh, then ED50 parameterization. e/b/f can be provided in log form.
range of t, i.e. log (concentration)
ylim
col
lty
lwd
Boolean. Indicates whether to plot legend.
Boolean. Indicates whether to add to an existing plot or create a new plot.
vector. Legend.
string. Title.
xlab
ylab
xaxt
Boolean. Controls whether to draw y axis on the log scale
Boolean. Controls whether to exponentiate 5PL function values
Boolean. Controls whether to log 5PL function values
additional arguments
x axis is always drawn in the log scale.