View source: R/RCircosPlotDataTracks.R
RCircos.Adjust.Scatter.Values | R Documentation |
Adjust scatter plot values to fit the plot track. The data with lowest value will be plot on the centre of first subtrack and the one with highest value will be on the centre of top subtrack. After this adjustment, values could be added to inside position of plot track as final plot positions. This function is mainly for internal use.
RCircos.Adjust.Scatter.Values(scatter.values=NULL, min.value=NULL, max.value=NULL, track.height=NULL, subtrack=NULL)
scatter.values |
Numeric vector, the data to be plotted. |
min.value |
Numeric, minimum value of scatter data. |
max.value |
Numeric, maximum value of scatter data. |
track.height |
Non-negative numeric, height of plot track. |
subtrack |
Non-negative nummeric, the number of sub tracks. |
Henry Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.