Learn R Programming

PUPAIM (version 0.2.0)

langmuirFanalysis: Langmuir-Freundlich Isotherm Analysis Non-Linear Form

Description

Langmuir-Freundlich Isotherm Analysis describes the distribution of adsorption energy onto heterogeneous surfaces of the adsorbent. At low concentrations of adsorbate, this model becomes Freundlich isotherm, and then at high concentration of adsorbate, it becomes the Langmuir Isotherm. The parameters of this concentration can be obtained using the non-linear regression.

Usage

langmuirFanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the linear regression and the parameters for the Langmuir-Freundlich isotherm

References

Jeppu G.P and Clement T.P. (2012, March 15) A modified Langmuir-Freundlich isotherm model for simulating pH-dependent adsorption effects. Retrieved from: www.researchgate.net/publication/221762917_A_modified_Langmuir-Freundlich_isotherm_model_for_simulating_pH-dependent_adsorption_effects

Umpleby R.J., et. al (2001, August 23) Characterization of Molecularly Imprinted Polymers with the Langmuir-Freundlich Isotherm. Retrieved fromhttps://pubs.acs.org/doi/pdf/10.1021/ac0105686

Examples

Run this code
# NOT RUN {
Ce <- c(0.06649, 0.21948, 0.38188, 0.56311, 0.77729, 0.98794, 1.25390, 1.72698)
Qe <- c(0.05192, 0.07174, 0.08680, 0.09433, 0.08839, 0.08363, 0.09711, 0.10741)
langmuirFanalysis(Ce, Qe)
# }

Run the code above in your browser using DataLab