knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
R package for visual field analysis.
perimetry will simplify visual field analysis based on current concepts and understanding of visual field data.
NOT YET ON CRAN
Development version on github (here!)
# install.packages("devtools") devtools::install_github("tjebo/perimetry")
library(perimetry)
A framework for the analysis of visual field (perimetry) data in R.
str(tidyfield_mock)
Function that completes inputs, that are not stored in the original device output, but that are 'imputable'
E.g., Response [y/n] not saved in MAIA files, but imputable from the staircase values
Fixed XY - xy converted to deg. in visual field space - Ideal for binocular anlyses
Flipped XY ("left-eye convention") - Ideal for normal data comparison
Maybe, both should be included in tidyfield object Some convention is needed throughout the package, i.e., each X and Y should have a suffix that specifies the meaning (e.g., "Yvsdeg" for visual field space and degrees )
Spatially-ignorant metrics (will be spatially-weighted) - Mean Sensitivity [dB] - Mean Deviation [dB] - PSD [dB] - Mean Loss [dB] - Sqrt. of Loss Variance [dB]
Spatially-adjusted metrics - Vol. [dBsr] - Loss [dBsr] - PSD [dB*sr]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.