portsort-method {rPorta}R Documentation

Method "portsort"

Description

Sort inequality or point systems.

Usage

## S4 method for signature 'portaFile': 
portsort(object)

Arguments

object Object of class portaFile

Details

portsort puts the points or inequalities into an increasing order according to the following criteria:

  1. right hand sides of inequalities or equations
  2. frequency of the values -5 .. -1, 1 .. 5
  3. lexicographical order

Value

Returns a sorted version of the input object.

Author(s)

Robin Nunkesser Robin.Nunkesser@tu-dortmund.de

See Also

"portaFile"

Examples

# Sorting of a poiFile object
portsort(example.poi())

# Sorting of an ieqFile object
portsort(example.ieq())

[Package rPorta version 0.1-9 Index]