| nonlinear_temkin | R Documentation |
Non-linear Temkin Model
nonlinear_temkin(Ce, Qe, R = 8.314, T = 298)
Ce |
Numeric vector of equilibrium concentrations. |
Qe |
Numeric vector of amount adsorbed. |
R |
Universal gas constant. |
T |
Temperature in Kelvin. |
A named list of Temkin parameters and model details.
Other nonlinear:
nonlinear_bet(),
nonlinear_freundlich(),
nonlinear_langmuir()
Ce <- c(0.5, 1.5, 3, 4.5, 6)
Qe <- c(0.7, 1.3, 2.0, 2.4, 2.7)
result <- nonlinear_temkin(Ce, Qe)
print(result$`Temkin A`)
print(result$`Temkin B`)
print(result$AIC)
print(result$`Pseudo R2`)
print(result$Plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.