Learn R Programming

PUPAIM (version 0.1.0)

hilldeboeranalysis: Hill Deboer Isotherm Analysis

Description

Describes an incident where there is mobile adsorption as well as lateral interaction among adsorbed molecules.

Usage

hilldeboeranalysis(theta, Ce)

Arguments

theta

the numerical value representing the fractional coverage

Ce

the numerical value for the equilibrium capacity

Value

the linear regression and the parameters for the Hill Deboer isotherm analysis

Examples

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

Run the code above in your browser using DataLab