| kronosOut-class {kronos} | R Documentation |
An S4 class to contain all output parameters and plotting information from the 'kronos' main pipeline
Description
kronosOut is the main output container of the main 'kronos' functions.
Slots
inputA data.frame with the data that was fed to the main workhorse function as 'x'
fitAn lm fit for the entire model for the purpose of assessing differential rhytmicity.
to_plotA data.frame with the traces required to plot individual sinusoid curves
ind_fitA data.frame with the parameters from individual rhythmic model fits.
pairwise_tA data.frame with the p.values for pairwise comparisons, if applicable.
[Package kronos version 1.0.0 Index]