Learn R Programming

SorptionAnalysis (version 0.1.0)

freundlichplot: Plots a Freundlich Isotherm using results from a static adsorption experiment

Description

Plots a Freundlich Isotherm using results from a static adsorption experiment

Usage

freundlichplot(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 log(Ce) against log(Qe) with the LSRL displayed

Examples

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

Run the code above in your browser using DataLab