makevf: Makes a visual field matrix

Description Usage Arguments Value Examples

View source: R/makevf.R

Description

makevf Makes a visual field matrix from a vector of 54 elements for the 24-2 test results

Usage

1
makevf(vfvector, eye = c("left", "right"))

Arguments

vfvector

A vector of length 54. The 54 data points for the 24-2 pattern have to be ordered from superior nasal to inferior temporal.

eye

A string of either "left" or "right"

Value

A matrix of 8 rows and 10 columns

Examples

1
2
vfvector <- rep(35, 54)
makevf(vfvector, 'left')

binovisualfields documentation built on March 13, 2020, 1:35 a.m.