maxsize: Get the maximum rangesize for a given ancestral rangesize
Description
This function returns the maximum descendant rangesize
for a given ancestral rangesize, given a list of 0/1
values specifying the possibility of each descendant
rangesizes.
Usage
maxsize(areasizes_possible_01)
Arguments
areasizes_possible_01
A list of 0/1 values,
indicating whether an range of that size (rangesize =
1-based index = 1, 2, 3...) is possible (1) or not (0).
Value
max_number_of_areas The maximum number of areas
Details
This is mostly a utility function used within
apply within other functions.