| nonlinear_bet | R Documentation |
Non-linear BET Model
nonlinear_bet(Ce, Qe, Cs = max(Ce) * 1.1)
Ce |
Numeric vector of equilibrium concentrations. |
Qe |
Numeric vector of amount adsorbed. |
Cs |
Saturation concentration. |
A named list of BET parameters and model details.
Other nonlinear:
nonlinear_freundlich(),
nonlinear_langmuir(),
nonlinear_temkin()
Ce <- c(1, 2.5, 4, 5.5, 7)
Qe <- c(0.4, 1.0, 1.7, 2.3, 2.7)
result <- nonlinear_bet(Ce, Qe)
print(result$`BET Qm (mg/g)`)
print(result$`BET Cb`)
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.