It geneartes color legend for p-values in td and pd probability plots
colormapgraph2( ncol = 3,
mapval = NULL,
notSeenAsBlack = TRUE,
txtfont = "serif", pointsize = 8,
outerSymbol = "square", innerSymbol = "circles",
outerSize = 1, innerSize = 1,
outerInch = 0.35, innerInch = 0.11 )
number of columns in where to show the color symbols. Default is 3
Add a black color-code representing non-seen to the color scheme of the probability maps for td and pd
map and cutoff values to be used for the generation of the color map. If NULL
, then go to current nv$pmapsettings
. Default is NULL
font of the text with visual-sensitivity values. Default is serif
size of the text with visual-sensitivity values. Default is 9
The outer symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is square
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.35
Maximum size of the inner symbol in inches. Default is 0.11
it generates a graph with the color legend for p-values in td and pd probability plots given the actual normative values version set for visualFields
# NOT RUN {
colormapgraph2()
# }
Run the code above in your browser using DataLab