MLE.plot | R Documentation |
Gives Figure 2h and 6b of MEE.
MLE.plot(
x,
b,
confVals = NULL,
panel = FALSE,
log.xy = "xy",
mgpVals = c(1.6, 0.5, 0),
inset = c(0, -0.04),
xlim_global = NA,
ylim_global = NA,
...
)
x |
Vector of data values |
b |
Estimate of b |
confVals |
Confidence interval for estimate of b (two-component vector for bounds of confidence interval) |
panel |
Which panel number for multi-panel plots. |
log.xy |
Which axes to log, for |
mgpVals |
mgp values to use, as in |
inset |
Inset distance for legend |
xlim_global |
Define global x-axis limits |
ylim_global |
Define global y-axis limits |
... |
Further arguments for |
Single figure of ISD on log-log plot (or log-linear depending on the options given).
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.