Learn R Programming

PUPAIM (version 0.1.0)

jovanovicanalysis: Jovanovic Isotherm

Description

It is predicated on the assumptions contained in the Langmuir model, but in addition the possibility of some mechanical contacts between the adsorbate and adsorbent.

Usage

jovanovicanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the linear regression and the parameters for the Jovanovic isotherm analysis

Examples

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

Run the code above in your browser using DataLab