Learn R Programming

imageData (version 0.1-21)

imagetimesPlot: Plots the hour of the day carts are imaged against the days after planting (or some other number of days after an event)

Description

Uses ggplot to produce a plot of the hour of the day carts are imaged against the days after planting (or some other number of days after an event). A line is produced for each Lane and a separate plot for each Smarthouse. It aids in checking times and what occurred in imaging the plants.

Usage

imagetimesPlot(data, times="Time.after.Planting..d.")

Arguments

data
A data.frame containing the data to be plotted and including the columns Snapshot.ID.Tag, which uniquely indexes the carts in the experiment, and Snapshot.Time.Stamp, which reflects the time of the imaging from which a particular data value was obtained.
times
A character giving the vector of calculated times after planting (or after some time origin) to be plotted on the x-axis.

Value

ggplot", which can be plotted using print.

See Also

ggplot.

Examples

Run this code
data(exampleData)
imagetimesPlot(data = raw.dat)

Run the code above in your browser using DataLab