Read graph in dot format

parse_dot(dotfile)

Arguments

dotfile

Name of a file with a dot formatted admixture graph

Examples

if (FALSE) {
graph = parse_dot("/my/graph.dot")
}