plotAC: Plotting function for A/Ci curves

Description Usage Arguments Value Author(s) See Also Examples

Description

A small helper function that can be used to easily plot multiple A/Ci curves

Usage

1
2
3
4
plotAC(data, fittd, id.col = 1, trt.col = 2,
       ylab = "CO2 Uptake", xlab = "Ci",
       by = c("trt", "ID"),
       type = c("p", "smooth"))

Arguments

data

Input data in the format needed for the mOpc4photo.

fittd

Optional fitted values.

id.col

Specify which column has the ids. Default is col 1.

trt.col

Specify which column has the treatments. Default is col 2. If no treatment is specified then use 1.

ylab

Label for the y-axis.

xlab

Label for the x-axis.

by

Whether to plot by id or by treatment.

type

this argument is passed to the xyplot. It changes the plotting symbols behavior.

Value

NULL

Author(s)

Fernando E. Miguez

See Also

See Also xyplot.

Examples

1
2
data(aci)
plotAC(aci, trt.col=1)

BioCro documentation built on May 2, 2019, 6:15 p.m.