write.jplace | R Documentation |
Export jplace
object to jplace file.
write.jplace(x, outfile)
x |
a jplace object. |
outfile |
the output file name |
jp <- system.file("extdata", "sample.jplace", package="treeio")
tr1 <- read.jplace(jp)
outfile <- tempfile()
write.jplace(tr1, outfile)
tr2 <- read.jplace(outfile)
tr2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.