powered by
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 )
vf object with threshold sensitivities, td, or pd values
vf
Type of plot to show. It can be visual sensitivities (vf), total-deviation values (td), or pattern-deviation values (pd)
td
pd
how many visual fields to group. Default is 3
3
number of permutations. Default is 5000
5000
what does color map categorizes. It can be pvals, slopes, or years blind. Default is pvals
pvals
slopes
blind
Color mapping to use. Default is NULL. A different default is given depending on colorMapType
NULL
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
8.27
height of the page (in inches). Default is 11.69
11.69
margins of the page (in inches). Default is 0.25
0.25
vflayout, vflayout_poplr
vflayout
vflayout_poplr
# NOT RUN { # } # NOT RUN { vflayout_progress( vf91016left, plotType = "td" ) # }
Run the code above in your browser using DataLab