rxUseRadixSort {RxODE}R Documentation

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.

Author(s)

Matthew Fidler


[Package RxODE version 0.9.2-0 Index]