RCircos.Link.Line: Calculate x and y Coordinates for a Bezire Curve

View source: R/RCircosPlotPositions.R

RCircos.Link.LineR Documentation

Calculate x and y Coordinates for a Bezire Curve

Description

Calculate a quandratic Bezire curve between two points with (0,0) as control points. This function is for internal use.

Usage

RCircos.Link.Line(line.start=NULL, line.end=NULL)

Arguments

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.

Author(s)

Hongen Zhang


RCircos documentation built on March 18, 2022, 7:59 p.m.