geom_sc: Plot the standard curves

Description Usage Arguments Details Author(s) See Also

Description

Create a geom_line object to add the standard curves to a plot.

Usage

1
2
geom_sc(object, n = 100, data = NULL, mapping = aes(x = concentration, y =
  mfi), stat = "identity", position = "identity", na.rm = FALSE, ...)

Arguments

object

A slum. The object that contains the experiment to plot.

n

A numeric. The number of points used to draw the curves.

na.rm

A logical. Set to TRUE if some of the calculated concentrations are NA.

mapping,data,stat,position,...

Additional parameters to be passed to geom_line

Details

See ggplot2's documentation for more information regarding the additional arguments.

Author(s)

Renan Sauteraud

See Also

geom_line


RGLab/LumiR documentation built on May 8, 2019, 5:51 a.m.