plot.sienaGOF {autograph} | R Documentation |
SIENA Goodness of Fit
Description
This function plots goodness of fit objects created using RSiena.
Unlike the plot method included in the {RSiena}
package,
this function utilises {ggplot2}
and not {lattice}
,
which makes the output more compatible and themeable.
Usage
## S3 method for class 'sienaGOF'
plot(x, ...)
Arguments
x |
A sienaGOF object, as returned by |
... |
Other parameters to be passed to the plotting funciton,
for example |
Value
A violin plot showing the distribution of statistics from the simulations and a line highlighting the observed statistics.
Examples
plot(res_siena_gof)
[Package autograph version 0.1.2 Index]