plotly_graph | R Documentation |
Plot an admixture graph using plotly
plotly_graph(
graph,
collapse_threshold = 0,
fix = FALSE,
print_highlow = FALSE,
highlight_unidentifiable = FALSE,
pos = NULL,
nudge_y = -0.1,
annot = ""
)
graph |
An admixture graph |
collapse_threshold |
Collapse nodes if they are separated by less than this distance (for fitted graphs) |
fix |
If |
highlight_unidentifiable |
Highlight unidentifiable edges in red. Can be slow for large graphs. See |
pos |
Optional data frame with node coordinates (columns |
A plotly object
plotly_graph(example_graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.