Learn R Programming

PUPAIM (version 0.1.0)

elovichanalysis: Elovich Isotherm Analysis

Description

The equation that defines this model is based on a kinetic principle which assumes that adsorption sites increase exponentially with adsorption; this implies a multilayer adsorption.

Usage

elovichanalysis(Qe, Ce)

Arguments

Qe

The numeric value for the equilibrium concentration

Ce

the numeric value for the adsorbed concentration

Value

the regression analysis for the Elovich Isotherm analysis

Examples

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

Run the code above in your browser using DataLab