extract-replace-combine: extract, replace and combine greta arrays
Description
Generic methods to extract and replace elements of greta arrays,
or to combine greta arrays.
Arguments
i, j
indices specifying elements to extract or replace
value
a greta array to replace elements
...
either further indices specifying elements to extract or replace
([), or multiple greta arrays to combine (cbind(), rbind() &
c()), or additional arguments (rep())
drop, recursive
generic arguments that are ignored for greta arrays