Description Usage Arguments Value Examples
Molecule arithmetic
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 | ## S3 method for class 'molecule_single'
x * y
## S3 method for class 'molecule_single'
x / y
## S3 method for class 'molecule_single'
x + y
combine_molecules(...)
## S3 method for class 'molecule_single'
x == y
## S3 method for class 'mol'
x * y
## S3 method for class 'mol'
x / y
## S3 method for class 'mol'
x + y
## S3 method for class 'mol'
x == y
|
x |
A mol object |
y |
The object with which to perform arithmetic |
... |
Objects to combine |
A mol object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.