Saving Maps in Graph Format
Writes the information of a map object to a file (in graph format).
write.gra(map, file, replace = FALSE)
map |
map object ot be saved (should be in graph format, see |
file |
name of the file to write to |
replace |
should an existing file be overwritten with the new version? |
Thomas Kneib, Felix Heinzl.
BayesX Reference Manual. Available at http://www.BayesX.org.
data("FantasyBnd")
tfile <- tempfile()
write.gra(bnd2gra(FantasyBnd), file = tfile)
cat(readLines(tfile), sep = "\n")
unlink(tfile)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.