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 bnd2gra for the conversion of boundary format to graph format).
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 http://www.stat.uni-muenchen.de/~bayesx/

See Also

write.bnd,read.gra,read.bnd


[Package BayesX version 0.2 Index]