View source: R/Lineweaver_Burk.R
Plot a Lineweaver-Burk diagram and compute the ordinate intercept
1 2 3 4 5 6 7 | Lineweaver_Burk(
sub,
vel,
title = "Lineweaver-Burk-Plot",
xlab = "1/sub",
ylab = "1/vel"
)
|
sub |
substrate concentration |
vel |
enzyme velocity |
title |
title of the plot |
xlab |
lable of the abscissa |
ylab |
lable of the ordinate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.