Description Usage Arguments Author(s) Examples
plot the observed results from a line cross analysis experiment as well as expectation from a simple additive model.
1 | plotObserved(data, results, pch, col, xlab, ylab, main, SE)
|
data |
This is the observed data used in the function AnalyzeCrossesMM |
results |
This is a "genarch" object returned by the function AnalyzeCrossesMM |
pch |
optional - a vector to specify the symbol to be used for observed line means if the vector is shorter than the number of lines it will be recycled. |
col |
optional - a vector to specify the color of symbol to be used for observed line means if the vector is shorter than the number of lines it will be recycled. |
xlab |
optional - title for the X axis |
ylab |
optional - title for the Y axis |
main |
optional - main title for the graph |
SE |
include standard error bars; default is TRUE |
Heath Blackmon and Jeffery P. Demuth
1 2 | data(PH)
plotObserved(data=PH)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.