knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
This package will help you work with microperimetry data.
It is built for centervue's maia and compass devices. (note: currently only for maia device!)
This is a basic example which shows you how to import your visual field data and plot the (estimated) mean deviation for each included test:
# save the tgz files from MAIA patient backup into any directory, # Here this is "data_raw", a folder in the working directory library(microperimetr) # read the tgz files testdata <- read_maia_tgz()
# for the development version devtools::install_github(tjebo/microperimetr)
Norm data was used from Jonathan Denniss and Maximilian Pfau.
Raw data from Denniss et al. has been made available online.
Accompanying paper in IOVS: http://iovs.arvojournals.org/article.aspx?articleid=2571342
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.