makevf {binovisualfields} | R Documentation |
Makes a visual field matrix
Description
makevf
Makes a visual field matrix from a vector of 54 elements for the 24-2 test results
Usage
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
vfvector <- rep(35, 54)
makevf(vfvector, 'left')
[Package binovisualfields version 0.1.1 Index]