count_events | R Documentation |
Counts the number of events from 'x' that fall into time-bins defined by breaks.
count_events(x, breaks, BP)
x |
A numeric vector of event times to be counted. |
breaks |
A numeric vector of temporal bin edges The bin edges defined by this argument will serve as the right-most boundary condition which will be closed, i.e., the interval will be left-open and right-closed: ( ]. |
BP |
A logical argument specifying whether the events are on the BP (before present) timeline. |
A vector containing event counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.