| read.son {networkDynamic} | R Documentation |
A .son file is a tab seperated text file with two sections, the first describing node attribute events and the second arc attribute event. Each section has a set of defined column names.
read.son(file)
file |
path to the file to be read |
For more details about the format, see the SoNIA file specification for more information: http://sourceforge.net/apps/mediawiki/sonia/index.php?title=Son_format. Uses as.networkDynamic internally to build a dynamic network out of an array of vertex spells and an array of edge spells. Does not currenctly support the AlphaId node index for permitting arbitrary node ids.
A network dynamic object with vertex and edge durations corresponding the the spells defined in the input file.
The current version of this function does not support reading the (dynamic) node and arc attributes.
Skye Bender-deMoll
http://sourceforge.net/apps/mediawiki/sonia/index.php?title=Son_format.
See Also as.networkDynamic
# classroom<-read.son(system.file('extdata/cls33_10_16_96.son',package='networkDynamic'))