plotTL: Produces a line plot of Temperature and Light.

Description Usage Arguments Details Examples

View source: R/plotTL.R

Description

3 line plot of Temperature and Light.

Usage

1
2
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

1
2
3
4
5
## Not run: 
x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere"))
plotTL(x)

## End(Not run)

GENEAsphere documentation built on Dec. 5, 2019, 5:11 p.m.