Description Usage Arguments Value Examples
Combine, subset molecule(s) objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## S3 method for class 'molecule_single'
c(...)
## S3 method for class 'mol'
c(...)
## S3 method for class 'mol'
x[i, ...]
## S3 replacement method for class 'mol'
x[i] <- value
## S3 replacement method for class 'mol'
x[[i]] <- value
## S3 method for class 'molecule_single'
x[i, ...]
## S3 method for class 'molecule_single'
rep(x, times, ...)
## S3 method for class 'mol'
rep(x, times, ...)
## S3 method for class 'mol'
unique(x, ...)
|
... |
Objects to combine |
x |
A mol object |
i |
The index to extract |
value |
Replacement value |
times |
The number of times to repeat the molecule |
A mol object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.