BEASTObject that performs calculations based on the State.
selects values from a parameter, for instance all even indexed entries
Logable: yes, this can be used in a log.
 
type: beast.base.core.Function |
the parameter to select values from |
Required input |
 
type: java.lang.String |
specifies list of indices First site is 1.Filter specs are comma separated, either a range [from]-[to] or iteration [from]:[to]:[step]; 1-100 defines a range, 1-100 or 1:100:3 defines every third in range 1-100, 1::3,2::3 removes every third site. negative values count from the last: -1 indicate the last element, -2 the one but last. Default for range [1]-[last site], default for iterator [1]:[last site]:[1] |
Required input |