Eadie_Hofstee: Draw an Eadie-Hofstee graph (and compute the y-axis...

Description Usage Arguments Value Examples

View source: R/Eadie_Hofstee.R

Description

Draw an Eadie-Hofstee graph (and compute the y-axis intercept)

Usage

1
2
3
4
5
6
7
Eadie_Hofstee(
  vel,
  sub,
  titleEDH = "Eadie-Hostee-Plot",
  xlable = "vel/sub",
  ylable = "sub"
)

Arguments

vel

Velocity

sub

Substarate concentration

titleEDH

Title of the plot

xlable

lable of the abscissa

ylable

lable of the ordinate

Value

a Plot, the model itself and a summary of the model

Examples

1
2
3
sub <-seq(1,20,1)
vel <-((runif(1,14.7,15)*sub)/(runif(1,2.5,3)+sub))+rnorm(20,0,.3)
Eadie_Hofstee(vel = vel, sub = sub)

Biotech documentation built on Aug. 13, 2020, 9:07 a.m.