permute {gpuR} | R Documentation |
Permuting functions for gpuR
objects
Description
Generate a permutation of row or column indices
Usage
permute(x, MARGIN, order)
Arguments
x |
A |
MARGIN |
dimension over which the ordering should be applied, 1 indicates rows, 2 indicates columns |
order |
An integer vector indicating order of rows to assign |
Value
A gpuR
object
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]