de.split {detpack} | R Documentation |
Splits a parent distribution element characterized by x
, sze
, and id
along dimension dimens
based on mode
into two child elements.
de.split(dimens, x, sze, id, mode)
dimens |
split dimension. |
x |
data in element given as matrix with |
sze |
vector representing the size of the element. |
id |
element index or identifier. |
mode |
for splitting: |
Object containing the properties of the resulting two child distribution elements and the split position within the parent element.