powered by
Draw an Eadie-Hofstee graph (and compute the y-axis intercept)
Eadie_Hofstee( vel, sub, titleEDH = "Eadie-Hostee-Plot", xlable = "vel/sub", ylable = "sub" )
Velocity
Substarate concentration
Title of the plot
lable of the abscissa
lable of the ordinate
a Plot, the model itself and a summary of the model
# 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