Writes out the RDS tree in NetDraw format
Writes out the RDS tree in NetDraw format
write.netdraw(x, file = NULL, by.seed = FALSE)
x |
An rds.data.frame. |
file |
a character vector representing a file. |
by.seed |
If true, seperate files will be created for each seed. |
If by.seed is false, two files are created using 'file' as a base name.
paste0(file,".DL")
contains the edge information, and paste0(file,".vna")
contains the nodal attributes
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.