calib_plot: Displays the calibration curves

Description Usage Arguments Value Examples

View source: R/calibration.R

Description

calib_plot plots the calibration curves.

Usage

1

Arguments

Ds

is a data.frame with 6 columns (RunTechnician, ConcentrationLabel, ConcentrationValue, CalibCurve, ReplicateNumber, Responses). Responses column might have been filled by simulation or with the experimental results.

Value

N/A plots for Rmarkdown or shiny

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(calib_data)
calib_plot(calib_data)

myDOE =calib_doe(nRun = 2, nCalibCurvesPerRun = 2, nrepCalib = 2,
ConcVect = c(0, 50, 100, 125, 150, 175, 200))
calib_data2 = norm_lin_dataset_sim(myDOE, intercept = 0, slope = 1, SDrun = 0.3,
SDrep = 0.3, biais = 0)
calib_plot(calib_data2)

myDOE =calib_doe(nRun = 60, nCalibCurvesPerRun = 60, nrepCalib = 3,
ConcVect = c(0, 50, 100, 125, 150, 175, 200))
calib_data3 = norm_lin_dataset_sim(myDOE, intercept = 0, slope = 1, SDrun = 0.3,
SDrep = 0.3, biais = 0)
calib_plot(calib_data3)

NicolasEDubois/anaval documentation built on May 7, 2019, 6:18 p.m.