Learn R Programming

visualFields (version 0.6.2)

vflayout_progress: progression analysis layout

Description

A layout showing graphs and stats for progression analysis.

Usage

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" )

Arguments

vf

vf object with threshold sensitivities, td, or pd values

plotType

Type of plot to show. It can be visual sensitivities (vf), total-deviation values (td), or pattern-deviation values (pd)

grp

how many visual fields to group. Default is 3

nperm

number of permutations. Default is 5000

colorMapType

what does color map categorizes. It can be pvals, slopes, or years blind. Default is pvals

colorScale

Color mapping to use. Default is NULL. A different default is given depending on colorMapType

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.

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

showaxis

Whether to show axis or not. Default is FALSE

colaxis

Color of the axis to show, if showaxis is TRUE. Default is black

See Also

vflayout, vflayout_poplr