powered by
makevf Makes a visual field matrix from a vector of 54 elements for the 24-2 test results
makevf
makevf(vfvector, eye = c("left", "right"))
A vector of length 54. The 54 data points for the 24-2 pattern have to be ordered from superior nasal to inferior temporal.
A string of either "left" or "right"
A matrix of 8 rows and 10 columns
# NOT RUN { vfvector <- rep(35, 54) makevf(vfvector, 'left') # }
Run the code above in your browser using DataLab