Description Usage Arguments Details Value Author(s) See Also Examples
Use these functions to make plots of raw (as well as fitted) immunoassay
run objects of class ima
.
1 2 |
x |
An object of class |
what |
Character, of value either |
type |
Character. This can be either |
analyte |
Integer of range from 1 to the number of analytes. Determines which analyte will be plotted. |
ref |
Numeric in range from 0 to 1, determines the size of the reference circle for type |
cts.scale |
Numeric. This is the scaling factor for COUNTS only. The default is 350, which made the size of the circles small enough to fit within cells - within our project. |
... |
Other graphical parameters passed along to |
This function is utilized to display data from ima
objects. It has been
tested in limited number of project environments and may not work properly in another
setting. In particular the naming of samples and their sequence / placement on the plate
is critical.
This functions is used for its side effects and returns nothing.
Michal J. Figurski, PhD mfigrs@gmail.com
plot.sigfit
, print.ima
and summary.ima
.
1 2 3 4 5 6 | ## Not run:
run = read.multiplex("your-path-here")
plot(run)
run
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.