Reduce "blipiness" in event indicators by eliminating small cooking events and gaps
| 1 2 | smooth_events(label, sample_interval, min_event_sec = 5 * 60,
  min_break_sec = 30 * 60)
 | 
| label | A binary vector, where TRUE indicates an event | 
| sample_interval | the sample interval in seconds | 
| min_event_sec | minmum number of seconds in a real event | 
| min_break_sec | minmum number of seconds in a real non-event | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.