write.bnd: Saving Maps in Boundary Format

Description Usage Arguments Author(s) References See Also Examples

Description

Writes the information of a map object to a file (in boundary format)

Usage

1

Arguments

map

pap object ot be saved (should be in boundary 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 at http://www.BayesX.org.

See Also

read.bnd, write.gra, read.gra.

Examples

1
2
3
4
5
data("FantasyBnd")
tfile <- tempfile()
write.bnd(FantasyBnd, file = tfile)
cat(readLines(tfile), sep = "\n")
unlink(tfile)

datacamp/R2BayesX documentation built on May 14, 2019, 7:10 p.m.