sort.summary.eviSimulation {decisionSupport} | R Documentation |
Sort Summarized EVI Simulation Results..
Description
Sort summarized EVI simulation results according to their EVI.
Usage
## S3 method for class 'summary.eviSimulation'
sort(x, decreasing = TRUE, ..., along = row.names(x$summary$evi)[[1]])
Arguments
x |
An object of class |
decreasing |
|
... |
currently not used |
along |
|
Value
An object of class summary.eviSimulation
.
See Also
eviSimulation
, summary.eviSimulation
, base::sort
[Package decisionSupport version 1.114 Index]