data.frame
of Resampled Time-Series for Computing the Null DistributionR/nullResampling.R
nullResampling.Rd
Generates a data.frame
null resampling time-series as defined by the difference between consecutive points across all time-series.
For additional information about the null distribution used by TimeCycle, see TimeCycle's vignette:
vignette("TimeCycle")
.
nullResampling(data, numExperiments = 10000)
data | a |
---|---|
numExperiments | a |
a data.frame
of numeric
resampled time-series (row = numExperiments x col = ZT times).