plotObserved: provides the traditional line cross analysis plot.

View source: R/plotObserved.R

plotObservedR Documentation

provides the traditional line cross analysis plot.

Description

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

Usage

plotObserved(data, SE=T, pch=NULL, col=NULL, xlab=NULL, ylab=NULL, main=NULL, env=FALSE)

Arguments

data

This is the observed data used in the function LCA

SE

include standard error bars; default is TRUE

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

env

logical - indicates whether an environmental effect is present in the data

Author(s)

Heath Blackmon and Jeffery P. Demuth


coleoguy/SAGA2 documentation built on Feb. 2, 2023, 2:15 p.m.