It geneartes ring legend for p-values
ringmapgraph( ncol = 3, mapval = NULL, txtfont = "mono", pointsize = 7,
outerSymbol = "circles", innerSymbol = "circles",
outerSize = 1, innerSize = 1,
outerInch = 0.2, innerInch = 0.1,
outerBorderThickness = 2, innerBorderThickness = 2 )
number of columns in where to show the color symbols. Default is 3
map and cutoff values to be used for the generation of the color map. Default is NULL
font of the text with visual-sensitivity values. Default is mono
size of the text with visual-sensitivity values. Default is 7
The outer symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is circle
The inner symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is circle
Size of the outer symbol. Default is 1
Size of the inner symbol. Default is 1
Maximum size of the outer symbol in inches. Default is 0.2
Maximum size of the inner symbol in inches. Default is 0.1
Thickness of outer border for outer symbol denoting statistical significance. Default is 2
Thickness of the inner border that represents statistical significance. Default is 2