Plot standard curve and predictions
1 2 3 4 5 6 7 | plot_std_curve_and_pred(
df_std_curve,
df_with_pred_gfp,
fit,
xlab = "GFP (ng)",
ylab = "Flouresence"
)
|
df_std_curve |
Standard curve data frame. |
df_with_pred_gfp |
Data frame with predicted GFP. |
fit |
Fit object. |
xlab |
X-axis name. |
ylab |
Y-axis name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.