bracket {kazaam} | R Documentation |
Subsetting via `[`
for shaq objects.
## S4 method for signature 'shaq'
x[i, j]
## S4 replacement method for signature 'shaq'
x[i, j, ...] <- value
x |
A shaq. |
i , j |
Indices. NOTE currently only implemented for |
... |
Ignored. |
value |
Replacement value(s) for the |
A shaq.
Each operation is completely local.
## Not run:
library(kazaam)
x = ranshaq(runif, 10, 3)
y = x[, -1]
y
finalize()
## End(Not run)