Learn R Programming

visualFields (version 0.5.4)

vflayout2_legoplot: legoplot visualization for change in sensitivities over time of visual fields

Description

displays a legoplot visualization for change in sensitivities over time of visual fields

Usage

vflayout2_legoplot( vf, grp = 3, pwidth = 8.27, pheight = 11.69,
                               margin = 0.25, filename = NULL,
                               ffamily = "serif", sizetxt = 12,
                               sizetxtSmall = 8,
                               ffamilyvf = "serif", pointsize = 6,
                               txtcolorlego = "red", pointsizelego = 16,
                               outerSymbol = "circle", outerInch = 0.12,
                               innerSymbol = "circle", innerInch = outerInch / 1.9,
                               inch2axisunits = 12.528,
                               lengthLines = 0, thicknessLines = 0,
                               outerSymbollego = "square", outerInchlego = 0.36,
                               innerSymbollego = "circle", innerInchlego = 0.16 )

Arguments

vf

vf-object with sensitivity thresholds

grp

how many visual fields to group. Default is 3

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

Font family for text in lego plots. Default is "Times"

pointsize

Point size for text in lego plots. Default is 6

txtcolorlego

Text color for lego plots. Default is "red"

pointsizelego

Point size for text of lego plots. Default is 16

outerSymbol

Type of outer symbol. Default is "circle"

outerInch

Inches of outer symbol. Default is 0.12

innerSymbol

Type of inner symbol. Default is "circle"

innerInch

Inches of inner symbol. Default is outerInch / 1.9

inch2axisunits

Conversion factor inches to axis units. Default is 12.528

lengthLines

Length of lines. Default is 0

thicknessLines

Line thickness. Default is 0

outerSymbollego

Type of outer lego symbol. Default is "square"

outerInchlego

Inches of outer lego symbol. Default is 0.36

innerSymbollego

Type of inner lego symbol. Default is "circle"

innerInchlego

Inches of inner lego symbol. Default is 0.16

See Also

vflayout2, vflayout2_poplr

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    vflayout2_legoplot( vf91016right )
  
# }

Run the code above in your browser using DataLab