get_values.updated_model {heemod} | R Documentation |
Get Strategy Values
Description
Given a result from run_model()
, return
cost and effect values for a specific strategy.
Usage
## S3 method for class 'updated_model'
get_values(x, ...)
## S3 method for class 'combined_model'
get_values(x, ...)
get_values(x, ...)
## S3 method for class 'run_model'
get_values(x, ...)
## S3 method for class 'eval_strategy'
get_values(x, ...)
## S3 method for class 'list'
get_values(x, ...)
Arguments
x |
Result from |
... |
further arguments passed to or from other methods. |
Value
A data frame of values per state.
[Package heemod version 1.0.1 Index]