soniaApplySettings {rSoNIA}R Documentation

SoNIA Layout Apply Settings

Description

Parameter settings object that controls which layout algorithm should be applied, its parameters and any additonal transformations

Usage

data(soniaApplySettings)

Format

The format is:

- attr(*, "class")= chr "sonia.settings"

Details

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 parameter. The value will either be a numeric string or one of a set of options givin here or in the SoNIA documentation.

Source

see javadoc for SoNIA at http://sonia.stanford.edu/

References

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

Examples


## set initial node coords to a circle before starting algorithm
soniaApplySettings$start.coords.type[2] <- "use circular";

[Package rSoNIA version 0.0-4 Index]