plot method for objects of class "simplexgof". Produces the
bootstrap distribution of \(U_n\) and/or an influence index plot.
Usage
# S3 method for class 'simplexgof'
plot(
x,
which = c("boot", "influence"),
ask = length(which) > 1 && dev.interactive(),
...
)Arguments
- x
An object of class
"simplexgof"returned bysimplex_gof.- which
Character vector indicating which plots to produce:
"boot"for the bootstrap distribution of \(U_n\) (seeplot_gof_boot), and/or"influence"for the influence index plot (seeplot_influence). Several can be requested at once.- ask
Logical; if
TRUEand more than one plot is requested, the user is asked before each new plot. Defaults tolength(which) > 1 && dev.interactive().- ...
Further arguments passed to
plot_gof_bootorplot_influence.

