plot.animateShiny {SemNeT} | R Documentation |
Animate Networks for Spreading Activation from Shiny
Description
Uses qgraph
and ani.record
to animate networks. Accepts only one network animation at a time
Usage
## S3 method for class 'animateShiny'
plot(x, ...)
Arguments
x |
Shiny result |
... |
Additional arguments for |
Value
Plots animated networks using qgraph
and ani.record
Author(s)
Alexander Christensen <alexpaulchristensen@gmail.com>
References
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
Examples
if(interactive())
{SemNeTShiny()}
## Not run:
plot(resultShiny$spreadingActivationPlot[[1]])
## End(Not run)
[Package SemNeT version 1.4.4 Index]