write.gra {BayesX} | R Documentation |
Saving Maps in Graph Format
Description
Writes the information of a map object to a file (in graph format)
Usage
write.gra(map, file, replace = FALSE)
Arguments
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? |
Author(s)
Thomas Kneib, Felix Heinzl
References
BayesX Reference Manual. Available from https://www.uni-goettingen.de/de/bayesx/550513.html
See Also
[Package BayesX version 0.3-3 Index]