plot_std_curve_and_pred: Plot standard curve and predictions

Description Usage Arguments

View source: R/utils-plots.R

Description

Plot standard curve and predictions

Usage

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"
)

Arguments

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.


ruthkr/protAssay documentation built on Dec. 22, 2021, 8:16 p.m.