temkinplot {SorptionAnalysis} | R Documentation |
Plots a Temkin Isotherm using results from a static adsorption experiment
Description
Plots a Temkin Isotherm using results from a static adsorption experiment
Usage
temkinplot(Ce, Qe)
Arguments
Ce |
A numeric vector consisting of equilibrium concentration values |
Qe |
A numeric vector consisting of quantities adsorbed at equilibrium |
Value
The plot of ln(Ce) against Qe with the LSRL displayed
Examples
temkinplot(c(1,2,3,4), c(1,2,3,4))
[Package SorptionAnalysis version 0.1.0 Index]