BEAST v2.7.8 Documentation: beastlabs.core.util.Slice

BEASTObject that performs calculations based on the State.
A Function representing a number of elements of another Function.

Logable: yes, this can be used in a log.

Inputs:

arg, index, count

 

arg
type: beast.base.core.Function
Argument to extract element from.
Required input

 

index
type: java.lang.Integer
Index of first element to extract.
Required input

 

count
type: java.lang.Integer
Number of elements to extract.
Optional input. Default: 1