Learn R Programming

GENEAsphere (version 1.5.1)

plotTL: Produces a line plot of Temperature and Light.

Description

3 line plot of Temperature and Light.

Usage

plotTL(AccData, start = NULL, end = NULL, length = NULL,
  resolution = 100)

Arguments

AccData

object to plot, can be matrix or AccData object.

start

Start of Data to plot. Passed to get.intervals, see codeget.intervals

end

End of Data to plot.

length

Length of interval

resolution

Resolution to plot the data given the data's frequency.

Details

From the raw data to create a representation of Light and Temperature.

Creates a temperature and ligth plot with 2 distinct axis from epoched data. The epoch is dependent on the resolution.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere"))
plotTL(x)
# }

Run the code above in your browser using DataLab