## S4 method for signature 'portaFile':
portsort(object)
参数----------Arguments----------
参数:object
Object of class portaFile
对象的类portaFile的
Details
详细信息----------Details----------
portsort puts the points or inequalities into an increasing order according to the following criteria: <ol> right hand sides of inequalities or equations
portsort把点或不平等现象增加的顺序,根据以下准则:<OL>的右手边的不等式或方程组
frequency of the values -5 .. -1, 1 .. 5
频率的值-5 .. -1,1 .. 5
lexicographical order </ol>
按字典顺序</ OL>
值----------Value----------
Returns a sorted version of the input object.
输入对象返回一个排序的版本。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"portaFile"
"portaFile"
实例----------Examples----------
# Sorting of a poiFile object[排序的一个poiFile对象]
portsort(example.poi())
# Sorting of an ieqFile object[排序的ieqFile对象]
portsort(example.ieq())