Learn R Programming

RxODE (version 0.9.2-1)

rxUseRadixSort: Use Radix Sort when possible

Description

By default RxODE uses radix sort when possible.

Usage

rxUseRadixSort(useRadix = TRUE)

Arguments

useRadix

Use order with method = radix when appropriate. Otherwise use timsort.