Learn R Programming

PUPAIM (version 0.1.0)

temkinplot: Temkin Isotherm Analysis

Description

takes into account the effects of indirect adsorbate/adsorbate interaction on the adsorption process

Usage

temkinplot(Ce, Qe)

Arguments

Ce

the numerical value for the equilibrium capacity

Qe

the numerical value for the adsorbed capacity

Value

the plot for the Temkin Isotherm Analysis

Examples

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

Run the code above in your browser using DataLab