powered by
3 line plot of Temperature and Light.
plotTL(AccData, start = NULL, end = NULL, length = NULL, resolution = 100)
object to plot, can be matrix or AccData object.
Start of Data to plot. Passed to get.intervals, see codeget.intervals
End of Data to plot.
Length of interval
Resolution to plot the data given the data's frequency.
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.
# NOT RUN { # } # NOT RUN { x = readRDS(system.file("extdata", "AccData.rds", package = "GENEAsphere")) plotTL(x) # }
Run the code above in your browser using DataLab