vec_arith.mk_quantity | R Documentation |
vec_arith for mk_quantity objects
vec_arith for mk_amount objects
vec_arith for mk_mass objects
vec_arith for mk_molecular_weight objects
vec_arith for mk_molarity_concentration objects
vec_arith for mk_mass_concentration objects
vec_arith for mk_volume objects
vec_arith for mk_pressure objects
vec_arith for mk_gas_solubility objects
vec_arith for mk_temperature objects
## S3 method for class 'mk_quantity'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_amount'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_mass'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_molecular_weight'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_molarity_concentration'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_mass_concentration'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_volume'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_pressure'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_gas_solubility'
vec_arith(op, x, y, ...)
## S3 method for class 'mk_temperature'
vec_arith(op, x, y, ...)
op |
An arithmetic operator as a string |
x, y |
A pair of vectors. For |
... |
These dots are for future extensions and must be empty. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.