sensitivityList.resultList: Creates a sensitivity list from raw data

Description Usage Arguments Examples

View source: R/sensitivityList.R

Description

Creates a sensitivity list from raw data

Usage

1
2
## S3 method for class 'resultList'
sensitivityList(resultList)

Arguments

resultList

an object of class resultList

Examples

1
2
3
4
5
6
## Not run: 
rl <- resultList(".")
sl <- sensitivityList(rl)
print(sl)

## End(Not run)

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