write.bnd | R Documentation |
Writes the information of a map object to a file (in boundary format)
write.bnd(map, file, replace = FALSE)
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? |
Thomas Kneib, Felix Heinzl.
BayesX Reference Manual. Available at https://www.uni-goettingen.de/de/bayesx/550513.html.
read.bnd
, write.gra
, read.gra
.
data("FantasyBnd")
tfile <- tempfile()
write.bnd(FantasyBnd, file = tfile)
cat(readLines(tfile), sep = "\n")
unlink(tfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.