Learn R Programming

PUPAIM (version 0.2.0)

jossensanalysis: Jossens Isotherm Analysis Non-Linear Form

Description

The Jossens isotherm model predicts a simple equation based on the energy distribution of adsorbate-adsorbent interactions at adsorption sites. This model assumes that the adsorbent has heterogeneous surface with respect to the interactions it has with the adsorbate.

Usage

jossensanalysis(Qe, Ce)

Arguments

Qe

the numerical value for the adsorbed capacity

Ce

the numerical value for the equilibrium capacity

Value

the nonlinear regression and the parameters for the Jossens isotherm

References

Ayawei, N., Ebelegi, A., & Wankasi, D. (2017, September 5). Modelling and Interpretation of Adsorption Isotherms. Journal of Chemistry, 2017, 6. doi:10.1155/2017/3039817

Examples

Run this code
# NOT RUN {
jossensanalysis(c(1,2,3,4,5),c(1,2,3,4,5))
# }

Run the code above in your browser using DataLab