Learn R Programming

kineticF (version 1.0)

kFsubj: Plots a subject's kinetic data

Description

Displays Goldmann and Octopus perimetry data. Octopus data can also be cleaned and re-ordered by this function. Isopter area values are calculated and displayed.

Usage

kFsubj(obj.name, perimeter = "G", no.cleaning = TRUE, no.kprm = TRUE, no.flip = TRUE)

Arguments

obj.name
object (subject) name using format defined for study ID - (please note: ID can only be 5 characters in length)
perimeter
either character, "G" (Goldmann) or "O" (Octopus)
no.cleaning
logical, TRUE if data have been cleaned and ordered
no.kprm
logical, TRUE if no kinetic perimetry reliability measure (KPRM) has been used
no.flip
logical, if FALSE, function displays mirror image along the y-axis for left-eye data

Value

Graphical output of isopters and list of values

Examples

Run this code
data(Goldmann.demogr, package='kineticF', envir = environment())
data(M0001RGIII4e, package='kineticF', envir = environment())
data(M0001RGI4e, package='kineticF', envir = environment())
data(M0001RGblind, package='kineticF', envir = environment())
test<- kFsubj(obj.name='M0001R', perimeter='G', 
              no.cleaning=TRUE,
              no.kprm=TRUE, no.flip=TRUE)

Run the code above in your browser using DataLab