R/analysis.R
gather_t_profile.Rd
Make a tidy data frame from time profile output e.g. for use with ggplot
gather_t_profile(x, ...)
x | A time profile as generated by |
---|---|
... | Additional argument passed to methods and eventually to
|
The idea is that you can take results generated by
t_profile
(usually as a time series object) and turn them
into a tidy data.frame suitable for tidyverse
style analysis.
If you have a list
of t_profile results generated for multiple
separate experiments, you can gather those together as well to make a
single grand summary data.frame.
gather
, t_profile
.