setBioNetPlotParameters: Initialize Plot Parameters for caOmicsV bioNetCircos Plot

Description Usage Arguments Value Author(s) Examples

View source: R/caOmicsV.bioNetCircos.R

Description

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.

Usage

1
2
    setBioNetPlotParameters(totalSamples, sampleWidth, nodeRadius, 
                    nodePadding, plotAreaWidth)

Arguments

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.

Value

None.

Author(s)

Henry zhang

Examples

1
    #  Internal used only.

caOmicsV documentation built on Nov. 8, 2020, 8:23 p.m.