Learn R Programming

visualFields (version 0.6.2)

pdpmap: probability map for pattern deviation

Description

gets probability map for pattern-deviation values

Usage

pdpmap( pd )

Arguments

pd

pattern-deviation values in dBs

Value

returns the subjects's pattern-deviation probability map from the age-matched normative reference.

Details

calculates the probability maps for pattern-deviation values

See Also

pdval, tdval, tdpmap

Examples

Run this code
# NOT RUN {
  td  <- tdval( vf91016right )
  pd  <- pdval( td )
  pdp <- pdpmap( pd )
# }

Run the code above in your browser using DataLab