Learn R Programming

AdsorpR (version 0.1.0)

Adsorption Isotherm Models

Description

Model adsorption behavior using classical isotherms, including Langmuir, Freundlich, Brunauer–Emmett–Teller (BET), and Temkin models. The package supports parameter estimation through both linearized and non-linear fitting techniques and generates high-quality plots for model diagnostics. It is intended for environmental scientists, chemists, and researchers working on adsorption phenomena in soils, water treatment, and material sciences. Functions are compatible with base 'R' and 'ggplot2' for visualization.

Copy Link

Version

Install

install.packages('AdsorpR')

Version

0.1.0

License

GPL

Maintainer

Jajati Mandal

Last Published

April 9th, 2025

Functions in AdsorpR (0.1.0)

bet_model

BET Isotherm Model
nonlinear_temkin

Non-linear Temkin Model
langmuir_model

Langmuir Isotherm Model
nonlinear_bet

Non-linear BET Model
freundlich_model

Freundlich Isotherm Model
temkin_model

Temkin Isotherm Model
nonlinear_freundlich

Non-linear Freundlich Model
nonlinear_langmuir

Non-linear Langmuir Model