Learn R Programming

PUPAIM (version 0.1.0)

sipsanalysis: Sips Isotherm Analysis

Description

Sips Isotherm Analysis

Usage

sipsanalysis(Qe, Ce)

Arguments

Qe

the numerical value for the adsorbed concentration

Ce

the numerical value for the equilbrium concentration

Value

the Linear model for the Sips isotherm analysis

Examples

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

# }

Run the code above in your browser using DataLab