Learn R Programming

PUPAIM (version 0.1.0)

freundlichanalysis: Freundlich Isotherm Analysis

Description

Gives an expression which defines the surface heterogeneity and the exponential distribution of active sites and their energies

Usage

freundlichanalysis(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the regression analysis for the freundlich isotherm analysis

Examples

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

Run the code above in your browser using DataLab