Mirror of https://github.com/solarchemist/R-common
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scale arg is recycled if it has unit length and length(potential) > 1. This saves the user some typing and makes the functions as.SHE() and from.SHE() easier to use. |
8 years ago | |
|---|---|---|
| R | 8 years ago | |
| data | 8 years ago | |
| man | 8 years ago | |
| .gitignore | 9 years ago | |
| DESCRIPTION | 8 years ago | |
| NAMESPACE | 8 years ago | |
| README | 8 years ago | |
| common.Rproj | 9 years ago | |
README
## A collection of general functions and data
Includes common numerical functions, unit converters,
some LaTeX-specific functions, as well as reference data.
## Known bugs
`as.SHE()` and `from.SHE()` will fail to return any results if a vector of potentials is supplied along with a vector containing more than one reference scale (e.g., `as.SHE(potentials = c(0.24, 0.46, -0.15), scale = c("AgCl", "SCE", "AVS"))`).
This bug was first confirmed for vesion `0.0.0.9011`.