Learn R Programming

PUPAIM (version 0.1.0)

jossensanalysis: Jossens Isotherm

Description

It predicts a simple equation based on the energy distribution of adsorbate-adsorbent interactions at adsorption sites.This model assumes that the adsorbent has heterogeneous surface with respect to the interactions it has with the adsorbate.

Usage

jossensanalysis(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 Jossens isotherm analysis

Examples

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

Run the code above in your browser using DataLab