Learn R Programming

visualFields (version 0.6.2)

vfplotloc: visual field data plot

Description

plots location-specific data at each location of the visual field. It is the function called by vfplot

Usage

vfplotloc( vals, patternMap, loccol, vftiles, vfhull,
                  xmin, xmax, ymin, ymax,
                  txtfont = "sans", pointsize = 10,
                  showaxis = FALSE, colaxis = "black" )

Arguments

vals

sensitivity threshold, TD or PD values, or other location-specific values

patternMap

locations where to plot symbols, the TD and PD values

loccol

color to apply to each location. Typically calculated from the normative values

vftiles

Tiles for the tessellation calculated with Voronoi polygons

vfhull

Hull defined for the visual field test.

xmin, xmax, ymin, ymax

minimum and maximum limits on the x and y axes, in degrees of visual angle.

txtfont

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

pointsize

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

showaxis

Whether to show axis or not. Default is FALSE

colaxis

Color of the axis to show, if showaxis is TRUE. Default is black

Details

The vfplot function operates on a single row of visual fileds (vf). Depending on the plot type it will generate a plot representing the sensitivity at each location. The color scheme elucidates the degree of sensitivity at that location. Locations with zero sensitivity are shown in black. Blind spots have been excluded fronm the plot

See Also

vfplot