Learn R Programming

PUPAIM (version 0.1.0)

henryanalysis: Henry Isotherm

Description

It describes an appropriate fit to the adsorption of adsorbate at relatively low concentrations such that all adsorbate molecules are secluded from their nearest neighbours.

Usage

henryanalysis(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 Henry isotherm analysis

Examples

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

Run the code above in your browser using DataLab