Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioNetCircos.R
Set up plot parameters for bioNetCircos layout including of totalSamples, sampleWidth, nodeRadius, nodePadding, plotAreaWidth, outer and inner boundaries of plotArea, as well as default plot colors. This function is for internal used only.
1 2 | setBioNetPlotParameters(totalSamples, sampleWidth, nodeRadius,
nodePadding, plotAreaWidth)
|
totalSamples |
non-negative integer, total number of samples to be plotted |
sampleWidth |
non-negative integer, number of points of a sample on the circular line |
nodeRadius |
non-negative numeric, radius of the node |
nodePadding |
non-negative numeric, padding width in inch between two nodes |
plotAreaWidth |
non-negative numeric, total width of plot area. |
None.
Henry zhang
1 | # Internal used only.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.