Description Usage Arguments Value Examples
View source: R/freundlichplot.R
Plots a Freundlich Isotherm using results from a static adsorption experiment
1 | freundlichplot(Ce, Qe)
|
Ce |
A numeric vector consisting of equilibrium concentration values |
Qe |
A numeric vector consisting of quantities adsorbed at equilibrium |
The plot of log(Ce) against log(Qe) with the LSRL displayed
1 | freundlichplot(c(1,2,3,4), c(1,2,3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.