Learn R Programming

visualFields (version 0.6.2)

colormapgraph: color legend for p-values in td and pd probability plots

Description

It geneartes color legend for p-values in td and pd probability plots

Usage

colormapgraph( ncol = 3, mapval = NULL, notSeenAsBlack = TRUE,
                      txtfont = "sans", pointsize = 10,
                      symbol = "circle", size = 1, inch = 0.18  )

Arguments

ncol

number of columns in where to show the color symbols. Default is 3

notSeenAsBlack

Add a black color-code representing non-seen to the color scheme of the probability maps for td and pd

mapval

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

txtfont

font of the text with visual-sensitivity values. Default is sans

pointsize

size of the text with visual-sensitivity values. Default is 10

symbol

The outer symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is circle

size

Size of the outer symbol. Default is 1

inch

Maximum size of the outer symbol in inches. Default is 0.35

Details

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

See Also

vfcolormap

Examples

Run this code
# NOT RUN {
  colormapgraph()
# }

Run the code above in your browser using DataLab