Learn R Programming

Biotech (version 1.0.0)

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

Description

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

Usage

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

Run this code
# NOT RUN {
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)



# }

Run the code above in your browser using DataLab