We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_logmar(c("nlp", 34), from = "etdrs") #[1] 1.70 1.02
to_snellen() works as expected:
to_snellen(c("nlp", 34), from = "etdrs") #[1] "20/20000" "20/200"
The text was updated successfully, but these errors were encountered:
current suggested workaround: to_logmar(to_snellen(x)). This is not ideal, I'll fix this ASAP
to_logmar(to_snellen(x))
Sorry, something went wrong.
with current dev version - still need to work on the conversion to logmar, but it's already better.
> to_snellen(c("nlp", "lp", 34), from = "etdrs") [1] "20/20000" "20/10000" "20/200" > to_logmar(c("nlp", "lp", 34), from = "etdrs") [1] 6.14 3.92 1.02
issue #24
c0a95f2
fixed with current dev version
> to_snellen(c("nlp", "lp", 34), from = "etdrs") [1] "20/20000" "20/10000" "20/200" > to_logmar(c("nlp", "lp", 34), from = "etdrs") [1] 3.00 2.70 1.02
No branches or pull requests
to_snellen() works as expected:
The text was updated successfully, but these errors were encountered: