plot.sienaGOF | R Documentation |
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.
## S3 method for class 'sienaGOF'
plot(x, ...)
x |
A sienaGOF object, as returned by |
... |
Other parameters to be passed to the plotting funciton,
for example |
A violin plot showing the distribution of statistics from the simulations and a line highlighting the observed statistics.
plot(res_siena_gof)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.