Learn R Programming

visualFields (version 0.5.4)

vflayout2: printout with results for the visual field

Description

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

Usage

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 )

Arguments

vf

vf-object with sensitivity thresholds

pwidth

width of the page (in inches). Default is 8.27

pheight

height of the page (in inches). Default is 11.69

margin

margins of the page (in inches). Default is 0.25

filename

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.

ffamily

Family font for the text in the from. Default is "Helvetica"

sizetxt

Text size for main text in the form. Default is 12

sizetxtSmall

Text size for details in the form. Default is 8

ffamilyvf

Family font for the number in the vfpots (TD, PD, etc). Default is "Times"

pointsize

Point size for numbers in the vfplots (TD, PD, etc). Default is 5

outerSymbol

Type of outer symbol. Default is "circle"

outerInch

Inches of outer symbol. Default is 0.13

innerSymbol

Type of inner symbol. Default is "circle"

innerInch

Inches of inner symbol. Default is outerInch / 1.9

lengthLines

Length of lines. Default is 0

thicknessLines

Line thickness. Default is 0

See Also

vflayout2ghr, vfplot2, vfplotloc2

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    vflayout2( vf91016right[15,] )
  
# }

Run the code above in your browser using DataLab