Learn R Programming

PUPAIM (version 0.2.0)

secondorder: Pseudo-2nd Order Kinetics

Description

The pseudo-second order model describes the adsorption reaction rate with depndent energetically hetrogenousites on the adsorbent. (Mercado-Borayo, et. al., 2014)

Usage

secondorder(t, Ce)

Arguments

t

duration of the experiment

Ce

the numerical value for the equilibrium capacity

Value

the regression analysis for the second order kinetics

Examples

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

Run the code above in your browser using DataLab