plot.boot_ML {emery} | R Documentation |
Plot univariate distributions of bootstrapped ML estimates
Description
plot.boot_ML()
creates univariate plots of bootstrap results from boot_ML()
.
Usage
## S3 method for class 'boot_ML'
plot(x, probs = c(0.1, 0.5, 0.9), ...)
Arguments
x |
a result created by calling |
probs |
a vector of distribution quantile values to indicate with vertical lines. |
... |
additional arguments. |
Value
a named list of named plots.
[Package emery version 0.6.0 Index]