write.bnd: Saving Maps in Boundary Format

View source: R/write.bnd.R

write.bndR Documentation

Saving Maps in Boundary Format

Description

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

Usage

  write.bnd(map, file, replace = FALSE)

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 https://www.uni-goettingen.de/de/bayesx/550513.html.

See Also

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

Examples

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

R2BayesX documentation built on Oct. 20, 2023, 9:11 a.m.