creates a printout with results for the visual field. This includes sensitivity threshold values with a gray scale plot, and TD and PD values with color coding for the probability map
vflayout2( vf, pwidth = 8.27,
pheight = 11.69, margin = 0.25,
filename = NULL,
ffamily = "serif", sizetxt = 12,
sizetxtSmall = 8, ffamilyvf = "serif",
pointsize = 5,
outerSymbol = "circle", outerInch = 0.13,
innerSymbol = "circle", innerInch = outerInch / 1.9,
lengthLines = 0, thicknessLines = 0 )
vf
-object with sensitivity thresholds
width of the page (in inches). Default is 8.27
height of the page (in inches). Default is 11.69
margins of the page (in inches). Default is 0.25
file name to save the printout as pdf. If it is saved to pdf, it won't be displayed in the screen. Default is NULL
.
Family font for the text in the from. Default is "Helvetica"
Text size for main text in the form. Default is 12
Text size for details in the form. Default is 8
Family font for the number in the vfpots (TD, PD, etc). Default is "Times"
Point size for numbers in the vfplots (TD, PD, etc). Default is 5
Type of outer symbol. Default is "circle"
Inches of outer symbol. Default is 0.13
Type of inner symbol. Default is "circle"
Inches of inner symbol. Default is outerInch / 1.9
Length of lines. Default is 0
Line thickness. Default is 0
# NOT RUN {
# }
# NOT RUN {
vflayout2( vf91016right[15,] )
# }
Run the code above in your browser using DataLab