plots location-specific sensitivity thresholds, or TD or PD values at each location of the visual field with the corresponding color code for the probability map
vfplot2( vf, plotType, notSeenAsBlack = TRUE, newWindow = FALSE,
txtfont = "serif", pointsize = 7, width = 6,
xminmax = 29, yminmax = 29,
outerSymbol = "circles", innerSymbol = "circles",
outerSize = 1, innerSize = 1,
outerInch = 0.14, innerInch = 0.08,
lengthLines = 4.25, thicknessLines = 2 )
vf
-object with sensitivity thresholds, or TD or PD values
Type of plot to show. It can be visual sensitivities (vf
), total-deviation values (td
), or pattern-deviation values (pd
)
whether to plot non-seen as black. Default is TRUE
whether to generate a new window for the plot. This becomes important when working with RStudio. Default value is TRUE
font face of the text with visual-sensitivity values. Default is Helvetica
size of the text with visual-sensitivity values. Default is 7
width of the window. height is calculated using the width, xminmax, and yminmax. Default is 6
minimum and maximum limits on the x axis, in degrees of visual angle. Default is 29
minimum and maximum limits on the y axis, in degrees of visual angle. Default is 29
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
Relative size of the outer symbol. Default is 1
Relative size of the inner symbol. Default is 1
Maximum size of the outer symbol in inches. Default is 0.14
Maximum size of the inner symbol in inches. Default is 0.08
length of the lines denoting the orientation of the RNFL bundle. Default is 4.25
thickness of the lines denoting the orientation of the RNFL bundle. Default is 2
This function 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
# NOT RUN {
vfplot2( vf91016right[15,], plotType = "td" )
# }
Run the code above in your browser using DataLab