Description Usage Arguments Value Examples
Sorts mol objects by alphabetic character representation, and reaction objects by decreasing coefficient. This is probably useful for comparison.
1 2 |
x |
An object |
decreasing |
Should the list be sorted |
... |
Passed to order |
An object with the same class as x
1 2 | sort(mol("H2O", "Ar", "H2"))
sort(as_reaction("2H2O + 4H+ = 2H2O + 4H+"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.