sort.norMix | R Documentation |
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.
## S3 method for class 'norMix'
sort(x, decreasing = FALSE, ...)
x |
an object of class |
decreasing |
logicial indicating if sorting should be up or down. |
... |
further arguments passed to |
a "norMix"
object like x
.
sort(MW.nm9)
stopifnot(identical(MW.nm2, sort(MW.nm2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.