AddProp {Rphree} | R Documentation |
Function that adds a new property (species, pure phase, ...) to an input buffer.
AddProp(input, name, values, cat, kinpar = NULL, first = NULL)
input |
The input buffer. |
name |
Name of the new property to add (element, PURE mineral,...) |
values |
The value(s) of the property. |
cat |
The category of the property. Must be one of
|
kinpar |
Kinetics parameters for the KINETICS case. |
first |
A block to be added in the first SOLUTION, as in
|
.. content for DETAILS ..
The new input buffer upon which Rphree can be called.
MDL