| Interface | Description |
|---|---|
| R.ifelse |
Return a value with the same shape as
test
which is filled with elements selected from either yes or no
depending on whether the element of test is true or false. |
| R.which |
Decide whether x satisfies the
boolean test. |
| Class | Description |
|---|---|
| R |
These are some R-equivalent utility functions.
|
| SuanShuUtils |
These are some miscellaneous utility functions that are commonly used throughout the SuanShu library.
|