Calculate polygon heights (bottom and top location) inside a plot track. Polygon can be draw from inside position to outside position, from outside position to inside position, or from the middle to both direction of the track. This is mainly for internal use.
RCircos.Get.Polygon.Height(data.heights, min.value=NULL,
max.value=NULL, inside.pos=NULL, outside.pos=NULL)
Numeric vector, the data to be plotted on a data track.
Numeric, the minimum value of data range.
Numeric, the maximum value of data range.
Non-negative numeric, the close position of a plot track relative to the center of plot area.
Non-negative numeric, the far position of a plot track relative to the center of plot area.
Non-negative umeric matrix of column 2 representing the bottom and top positions of polygons.