| [ {sig} | R Documentation | 
Indexing for siglists
Description
Get or set a subset of a siglist.
Usage
## S3 method for class 'siglist'
x[i, ...]
## S3 method for class 'siglist'
x[[i, ...]]
## S3 replacement method for class 'siglist'
x[...] <- value
## S3 replacement method for class 'siglist'
x[[...]] <- value
Arguments
| x | A  | 
| i | An integer vector index. | 
| ... | Passed from other index methods. | 
| value | A value to set the subset to. | 
Value
A siglist.
See Also
Examples
methods_sigs <- list_sigs(pkg2env(methods))
methods_sigs[1:5]
methods_sigs[[1]]
[Package sig version 0.0-6 Index]