Learn R Programming

PUPAIM (version 0.2.0)

harkinsjuraanalysis: HarkinsJura Isotherm Analysis Non-Linear Form

Description

It assumes the possibility of multilayer adsorption on the surface of absorbents having heterogenous pore distribution (Ayawei, et al., 2017),(Gupta, et al., 2012)

Usage

harkinsjuraanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the nonlinear regression and the parameters for the HarkinsJura isotherm

References

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

Gupta, V. K., Pathania, D., Agarwal, S., & Sharma, S. (2012). Removal of Cr(VI) onto Ficus carica biosorbent from water. Environmental Science and Pollution Research, 20(4), 2632-2644. doi:10.1007/s11356-012-1176-6

Examples

Run this code
# NOT RUN {
Ce <- c(0.01353, 0.04648, 0.13239, 0.27714, 0.41600, 0.63607, 0.80435, 1.10327, 1.58223)
Qe <- c(0.03409, 0.06025, 0.10622, 0.12842, 0.15299, 0.15379, 0.15735, 0.15735, 0.16607)
harkinsjuraanalysis(Ce, Qe)
# }

Run the code above in your browser using DataLab