| VASummaryObject-class {JWileymisc} | R Documentation |
An S4 class to hold visual acuity summary data
Description
A class designed to hold visual acuity summary data
Usage
## S4 method for signature 'VASummaryObject'
show(object)
## S4 method for signature 'VASummaryObject,missing'
plot(x, y, ...)
Arguments
object |
The object to be shown |
x |
A VASummaryObject |
y |
Should be missing |
... |
Additional, unused arguments |
Methods (by generic)
-
show(VASummaryObject): show method -
plot(x = VASummaryObject, y = missing): plot method
Slots
logMAR.combinedNumeric values of the combined logarithm of the minimum angle of resolution data for both eyes
snellen.combinedthe snellen values back transformed from the combined logMAR values
mean.logMARaverage of the logarithm of the minimum angle of resolution data
mean.snellenaverage of the combined Snellen data
[Package JWileymisc version 1.4.1 Index]