View source: R/read_architecture.R
read_architecture | R Documentation |
Read the architecture file in a simulation folder and returns a pair of tibbles, one for the loci and one for the edges.
read_architecture(root)
root |
Path to the simulation folder |
The function looks for the file "architecture.txt" in the simulation folder
A named list of two tibbles.
root <- system.file("extdata", "sim-example", package = "speciomer") read_architecture(root)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.