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 summary.eviSimulation.

decreasing

logical: if the EVI should be sorted in decreasing order.

...

currently not used

along

character: the name of the valuation variable along which the EVI should be sorted.

Value

An object of class summary.eviSimulation.

See Also

eviSimulation, summary.eviSimulation, base::sort


[Package decisionSupport version 1.114 Index]