plot_monan_gof {autograph} | R Documentation |
plot.gof.stats.monan
Description
plot.gof.stats.monan
Usage
## S3 method for class 'gof.stats.monan'
plot(x, lvls, ...)
Arguments
x |
An object of class "gof.stats.monan". |
lvls |
The values for which the gofFunction should be calculated/plotted. |
... |
Additional plotting parameters, use discouraged. |
Value
The function plot.gof.stats.monan
returns violin plots of the
gof tests with observed values superimposed in red.
Examples
plot(res_monan_gof, lvls = 1:15)
[Package autograph version 0.1.2 Index]