plot.animateShiny | R Documentation |
Uses qgraph
and ani.record
to animate networks. Accepts only one network animation at a time
## S3 method for class 'animateShiny'
plot(x, ...)
x |
Shiny result |
... |
Additional arguments for |
Plots animated networks using qgraph
and ani.record
Alexander Christensen <alexpaulchristensen@gmail.com>
Epskamp, S., Cramer, A. O. J., Waldorp, L. J., Schmittmann, V. D., & Borsboom, D. (2012). qgraph: Network visualizations of relationships in psychometric data. Journal of Statistical Software, 48, 1-18. Retrieved from: http://www.jstatsoft.org/v48/i04/
Siew, C. S. Q. (2019). spreadr: An R package to simulate spreading activation in a network. Behavior Research Methods, 51, 910-929. https://doi.org/10.3758/s13428-018-1186-5
if(interactive())
{SemNeTShiny()}
## Not run:
plot(resultShiny$spreadingActivationPlot[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.