Learn R Programming

SorptionAnalysis (version 0.1.0)

summaryanalysis: Describes the conformity of the results from a static adsorption experiment to the Langmuir, Freundlich, and Temkin Isotherm model

Description

Describes the conformity of the results from a static adsorption experiment to the Langmuir, Freundlich, and Temkin Isotherm model

Usage

summaryanalysis(Ce, Qe)

Arguments

Ce

A numeric vector consisting of equilibrium concentration values

Qe

A numeric vector consisting of quantities adsorbed at equilibrium

Value

The residuals, y - intercept, coefficient, and correlation factor of the LSRL based on the Langmuir, Freundlich, and Temkin isotherm model

Examples

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

Run the code above in your browser using DataLab