langmuirplot: Plots a Langmuir Isotherm using results from a static...

Description Usage Arguments Value Examples

View source: R/langmuirplot.R

Description

Plots a Langmuir Isotherm using results from a static adsorption experiment

Usage

1
langmuirplot(Ce, Qe)

Arguments

Ce

A numeric vector consisting of equilibrium concentration values

Qe

A numeric vector consisting of quantities adsorbed at equilibrium

Value

The plot of 1 over Ce against 1 over Qe with the LSRL displayed

Examples

1
langmuirplot(c(1,2,3,4), c(1,2,3,4))

Example output



SorptionAnalysis documentation built on May 2, 2019, 3:50 p.m.