[ | R Documentation |
Get or set a subset of a siglist.
## 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
x |
A |
i |
An integer vector index. |
... |
Passed from other index methods. |
value |
A value to set the subset to. |
A siglist.
Extract
methods_sigs <- list_sigs(pkg2env(methods)) methods_sigs[1:5] methods_sigs[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.