A layout showing graphs and stats for progression analysis.
vflayout_progress( vf, plotType, grp = 2, nperm = 5000,
colorMapType = "pval", colorScale = NULL,
filename = NULL,
pwidth = 8.27, pheight = 11.69, margin = 0.25,
showaxis = FALSE, colaxis = "black" )
vf
object with threshold sensitivities, td, or pd values
Type of plot to show. It can be visual sensitivities (vf
), total-deviation values (td
), or pattern-deviation values (pd
)
how many visual fields to group. Default is 3
number of permutations. Default is 5000
what does color map categorizes. It can be pvals
, slopes
, or years blind
. Default is pvals
Color mapping to use. Default is NULL
. A different default is given depending on colorMapType
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
.
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
Whether to show axis or not. Default is FALSE
Color of the axis to show, if showaxis
is TRUE
. Default is black