[.crwIS {crawl} | R Documentation |
Generic subset/bracket method for crwIS classes
Description
Generic subset/bracket method for crwIS classes
Usage
## S3 method for class 'crwIS'
x[i, ..., drop = TRUE]
Arguments
x |
crwIS object |
i |
elements to extract or replace. These are numeric or character or,
empty or logical. Numeric values are coerced to integer as if by |
... |
other arguments |
drop |
logical. If TRUE the result is coerced to the lowest possible dimension. |
[Package crawl version 2.3.0 Index]