Learn R Programming

SemNeT (version 1.4.4)

plot.animateShiny: 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 animateShiny
plot(x, ...)

Value

Plots animated networks using qgraph and ani.record

Arguments

x

Shiny result resultShiny$spreadingActivationPlot

...

Additional arguments for ani.record

Author

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

Run this code

if(interactive())
{SemNeTShiny()}

if (FALSE) {
  plot(resultShiny$spreadingActivationPlot[[1]])
}

Run the code above in your browser using DataLab