Function used by tanglePlot()
1 2 3 4 5 6 7 8 | plotLineBetweenPairOfTips(
coordsA,
coordsB,
col = "black",
lwd = 1,
lty = 1,
xOffset = 0
)
|
coordsA |
a list of coordinates on an existing plot |
coordsB |
a list of coordinates on an existing plot |
col |
colour of the lines connecting tips. Defaults to black |
lwd |
width of the lines connecting tips. Defaults to 1 |
lty |
type of the lines connecting tips. Defaults to 1 (solid) |
xOffset |
The distance on X axis to displace the start and ends of connecting lines. Defaults to 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.