sort.norMix {nor1mix} | R Documentation |
Sort Method for "norMix" Objects
Description
Sorting a "norMix"
object (see norMix
),
sorts along the mu
values; i.e., for the
default decreasing = FALSE
the resulting x[,"mu"]
are
sorted from left to right.
Usage
## S3 method for class 'norMix'
sort(x, decreasing = FALSE, ...)
Arguments
x |
an object of class |
decreasing |
logicial indicating if sorting should be up or down. |
... |
further arguments passed to |
Value
a "norMix"
object like x
.
Examples
sort(MW.nm9)
stopifnot(identical(MW.nm2, sort(MW.nm2)))
[Package nor1mix version 1.3-3 Index]