plotObserved: provides the traditional line cross analysis plot.

Description Usage Arguments Author(s) Examples

View source: R/plotObserved.R

Description

plot the observed results from a line cross analysis experiment as well as expectation from a simple additive model.

Usage

1
plotObserved(data, results, pch, col, xlab, ylab, main, SE)

Arguments

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

Author(s)

Heath Blackmon and Jeffery P. Demuth

Examples

1
2

coleoguy/SAGA documentation built on May 13, 2019, 9:50 p.m.