Make a tidy data frame from time profile output e.g. for use with ggplot

gather_t_profile(x, ...)

Arguments

x

A time profile as generated by t_profile.

...

Additional argument passed to methods and eventually to gather.

Details

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.

See also

gather, t_profile.