powered by
Subsetting via `[` for shaq objects.
`[`
# S4 method for shaq [(x, i, j)# S4 method for shaq [(x, i, j, ...) <- value
# S4 method for shaq [(x, i, j, ...) <- value
A shaq.
Indices. NOTE currently only implemented for j values.
j
Ignored.
Replacement value(s) for the [<- method. This can either be an appropriately sized numeric value or a shaq. See the details section for more information.
[<-
Each operation is completely local.
library(kazaam) x = ranshaq(runif, 10, 3) y = x[, -1] y finalize()
Run the code above in your browser using DataLab