Learn R Programming

PUPAIM (version 0.2.0)

BETanalysis: BET Isotherm Analysis Non-Linear Form

Description

An isotherm that takes account of the possibility that the monolayer in the Langmuir adsorption isotherm can act as a substrate for further adsorption.

Usage

BETanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the non-linear regression, errors, and the parameter values for the BET Isotherm Model

References

Shipu, S.(2014, April 30). Bet Isotherm. Retrived form https://www.slideshare.net/mobile/Sourav44Shipu/bet-isotherm

Examples

Run this code
# NOT RUN {
BETanalysis(c(.014, .063, .094, .2, .385, 1.15, 1.64), c(.072, .213, .282, .32, .325, .338, .344))
# }

Run the code above in your browser using DataLab