Learn R Programming

PUPAIM (version 0.1.0)

langmuiranalysis: Langmuir Isotherm Analysis

Description

It was primarily designed to describe gas-solid phase adsorption is also used to quantify and contrast the adsorptive capacity of various adsorbents [12]. Langmuir isotherm accounts for the surface coverage by balancing the relative rates of adsorption and desorption (dynamic equilibrium).

Usage

langmuiranalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the regression analysis for the langmuir isotherm analysis

Examples

Run this code
# NOT RUN {
langmuiranalysis(moringa$Ce,moringa$Qe)
# }

Run the code above in your browser using DataLab