Learn R Programming

PUPAIM (version 0.2.0)

kahnanalysis: Kahn Isotherm Analysis Non-Linear Form

Description

Kahn isotherm model is a general model for adsorption of biadsorbate from pure dilute equations solutions

Usage

kahnanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value the absorbed capacity

Value

the linear regression and the parameters for the Kahn isotherm analysis

References

A. R. Khan, R. Ataullah,A. Al-Haddad. (1997). Equilibrium Adsorption Studies of Some Aromatic Pollutants from Dilute Aqueous Solutions on Activated Carbonat Different Temperatures. JOURNAL OF COLLOID AND INTERFACE SCIENCE, 154-165.

Tosun, I. (2012). Ammonium Removal from Aqueous Solutions by Clinoptilolite: Determination of Isotherm and Thermodynamic Parameters and Comparison of Kinetics by the Double Exponential Model and Conventional Kinetic Models. International Journal of Environmental Research and Public Health , 970-984.

Examples

Run this code
# NOT RUN {
kahnanalysis(c(0.5, 0.6, 0.7, 1.3, 3.9, 7.6, 16.5),c(4.5, 6.5, 9.3, 10.7, 11.6, 12.5, 13.7))
# }

Run the code above in your browser using DataLab