[ {madness} | R Documentation |
Extract parts of a madness
value.
Description
Extract parts of a madness
value.
Usage
## S4 method for signature 'madness,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'madness,ANY,missing,ANY'
x[i, j, ..., drop = TRUE]
Arguments
x |
a |
i |
indices specifying elements to extract or replace. Indices are
For When indexing arrays by An index value of |
j , ... |
further indices specifying elements to extract or replace. |
drop |
For matrices and arrays. If |
Author(s)
Steven E. Pav shabbychef@gmail.com