Learn R Programming

decisionSupport (version 1.114)

sort.summary.eviSimulation: Sort Summarized EVI Simulation Results..

Description

Sort summarized EVI simulation results according to their EVI.

Usage

# S3 method for summary.eviSimulation
sort(x, decreasing = TRUE, ..., along = row.names(x$summary$evi)[[1]])

Value

An object of class summary.eviSimulation.

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.

See Also

eviSimulation, summary.eviSimulation, base::sort