BEAST v2.7.8 Documentation: feast.function.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, by

 

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

 

by
type: java.lang.Integer
Interval between elements (default 1).
Optional input. Default: 1