freundlichplot: Plots a Freundlich Isotherm using results from a static...

Description Usage Arguments Value Examples

View source: R/freundlichplot.R

Description

Plots a Freundlich Isotherm using results from a static adsorption experiment

Usage

1

Arguments

Ce

A numeric vector consisting of equilibrium concentration values

Qe

A numeric vector consisting of quantities adsorbed at equilibrium

Value

The plot of log(Ce) against log(Qe) with the LSRL displayed

Examples

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

Example output



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