Description Usage Arguments Details Value Warning Author(s) See Also Examples
View source: R/layout_as_stemma.R
layout_as_stemma
creates a tree-like layout from an edgelist,
where nodes are placed horizontally according to
a measure of distance from their parent node.
1 |
x |
an edgelist containing, as a third column, the distance between the two nodes. |
The distance between the nodes will usually correspond to the number of different readings (disagreements and omissions). If a node has several parents, the function will consider only the distance from the last parent in topological order.
A layout, i.e. a matrix of two columns, giving x,y coordinates for each node.
This function is experimental. Horizontal overlapping may occur has a result.
Jean-Baptiste Camps
PCC.Stemma
, PCC.reconstructModel
.
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.