bin_make | R Documentation |
Break the observation time into different bins, with the width of the bin as bin_len
bin_make(tp, bin_len)
tp |
A set of observation time |
bin_len |
The width of bin |
A list of different bins.
tp <- c(1:5, 51:55, 101:105, 501:505, 601:605)
bin_len <- 50
bin_make(tp, bin_len)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.