Learn R Programming

PUPAIM (version 0.1.0)

dubininradanalysis: Dubinin Radushkevich Isotherm Analysis

Description

It is only suitable for intermediate range of adsorbate concentrations because it exhibits unrealistic asymptotic behavior and does not predict Henry<U+2019>s laws at low pressure.

Usage

dubininradanalysis(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 Dubinin Radushkevich isotherm analysis

Examples

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

Run the code above in your browser using DataLab