Learn R Programming

PUPAIM (version 0.1.0)

langmuirFplot: Langmuir-Freundlich Isotherm Plot

Description

Plot of the analysis of Langmuir-FreundLich Isotherm

Usage

langmuirFplot(Ce, Qe)

Arguments

Ce

the numerical value for the equilbrium concentration

Qe

the numerical value for the adsorbed concentration

Value

the LSRL for the Langmuir-Freundlich isotherm analysis

Examples

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

Run the code above in your browser using DataLab