AddProp {Rphree}R Documentation

Add a new property (species, pure phase, ...) to an input buffer

Description

Function that adds a new property (species, pure phase, ...) to an input buffer.

Usage

AddProp(input, name, values, cat, kinpar = NULL, first = NULL)

Arguments

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 c("tot","pphases","kin")

kinpar

Kinetics parameters for the KINETICS case.

first

A block to be added in the first SOLUTION, as in RepSol and Distribute.

Details

.. content for DETAILS ..

Value

The new input buffer upon which Rphree can be called.

Author(s)

MDL


[Package Rphree version 0.1-7 Index]