Description Usage Arguments Details Value Author(s) Examples
Convert Snellen visual acuity to log MAR Visual acuity
1 | snellen_to_logmar(snellen)
|
snellen |
snellen visual acuity in meters or feet |
This functions log MAR acuity (numeric) from snellen visual acuity (string or numeric)
log MAR visual acuity
Mark Edosa
1 2 3 4 | snellen_to_logmar("6/60") # 1
snellen_to_logmar("6/9") # 0.1760913
snellen_to_logmar("20/40") # 0.30103
snellen_to_logmar(1) # 0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.