Description Usage Arguments Value Examples
Calculates aoristic sum from a table of entities with defined date ranges, based on assumption of uniform probability between limits.
1 2 |
data |
Data table with (minimally) two numeric columns called Start and End. |
weight |
Numeric vector. The weight to be applied to each row in 'data', or a constant weight to be applied to all. Defaults to 1. |
start.date |
Numeric. Start of time period to be considered. Defaults to lowest value in data$Start. |
end.date |
Numeric. End of time period to be considered. Defaults to highest value in data$End. |
bin.width |
Numeric. The resolution of the analysis, in units of time. Defaults to 100. |
data table with two named columns: 'bin', a character vector specifying the date range represented by each chronological bin; 'aorist', a numeric vector giving the total probability mass assigned to each bin.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.