View source: R/RCircosPlotPositions.R
RCircos.Link.Line | R Documentation |
Calculate a quandratic Bezire curve between two points with (0,0) as control points. This function is for internal use.
RCircos.Link.Line(line.start=NULL, line.end=NULL)
line.start |
The x and y coordinates of a point where the Bezier curve starts. |
line.end |
The x and y coordinates of a point where the Bezier curve ends. |
Hongen Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.