subset.array | R Documentation |
Subset an Array in one Dimension
## S3 method for class 'array'
subset(x, dim, i, drop = FALSE)
x |
an array. |
dim |
an integer specifying the dimension to subset. |
i |
subset index, see |
drop |
logical indicating if singular dimensions should be dropped,
see |
the more general function extract.array
in package
R.utils
hhh4contacts:::subset.array(counts, 1, 4:7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.