Description Usage Arguments Examples
View source: R/sensitivityList.R
Creates a sensitivity list from raw data
1 2 | ## S3 method for class 'resultList'
sensitivityList(resultList)
|
resultList |
an object of class resultList |
1 2 3 4 5 6 | ## Not run:
rl <- resultList(".")
sl <- sensitivityList(rl)
print(sl)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.