soniaBrowseSettings {rSoNIA} | R Documentation |
Settings that control how SoNIA will step through the network when generating an animation. Written out as part of the batch control parameters when launching.
data(soniaBrowseSettings)
The format is: Property names, with key and default value
SoNIA reads its control paramters as sets of grouped key=value pairs that are included in a batch file or passed in from the command line. Objects of class "sonia.settings" are used to store the values in R so they can be configured if needed. Do not modify the key (first value) or SoNIA will not recognize the paramter. The value will either be a numeric string or one of a set of options givin here or in the SoNIA documentation.
settings.class
render.offset
num.frames
render.dur
frame.delay
see javadoc for SoNIA at http://sonia.stanford.edu/
Bender-deMoll, S and McFarland, D.A. (2006) "The Art and Science of Dynamic Network Visualization" Journal of Social Structure. Volume 7, Number 2. http://www.cmu.edu/joss/content/articles/volume7/deMollMcFarland
#get names of params to change names(soniaBrowseSettings); ## change the settings to write out only 10 "tweening" animation frames ## between each slice of the network soniaBrowseSettings$num.frames[2] <- "10";