portsort-method {rPorta} | R Documentation |
Sort inequality or point systems.
## S4 method for signature 'portaFile': portsort(object)
object |
Object of class portaFile |
portsort
puts the points or inequalities into an increasing order
according to the following criteria:
Returns a sorted version of the input object.
Robin Nunkesser Robin.Nunkesser@tu-dortmund.de
# Sorting of a poiFile object portsort(example.poi()) # Sorting of an ieqFile object portsort(example.ieq())