plotLineBetweenPairOfTips: Plot lines between sets of coordinates in the plotting window

Description Usage Arguments

View source: R/tanglePlot.R

Description

Function used by tanglePlot()

Usage

1
2
3
4
5
6
7
8
plotLineBetweenPairOfTips(
  coordsA,
  coordsB,
  col = "black",
  lwd = 1,
  lty = 1,
  xOffset = 0
)

Arguments

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


JosephCrispell/phyloHelpeR documentation built on April 7, 2020, 8:28 a.m.