resultFile: Read a single result file

Description Usage Arguments Value Examples

View source: R/resultFile.R

Description

Use this function to read a single result file. Such a file contains all stimuli presented, the corresponding answers, and two thresholds. One threshold is from the up-, the other one from the down-staircase).

Usage

1
resultFile(name, presets = flickerbox::presets)

Arguments

name

name of the file

presets

presets that are used for identifying conditions and calculating sensitivities

Value

an object of the type "resultFile"

Examples

1
2
3
4
5
## Not run: 
# Get the maximal possible contrast at the photoreceptor level for this measurement (instrument gamut)
maxContrast <- resultFile("pathToFile")$maxContrast

## End(Not run)

huchzi/flickerbox documentation built on May 24, 2020, 9:55 a.m.