Learn R Programming

mizer (version 2.5.3)

get_time_elements: Get_time_elements

Description

Internal function to get the array element references of the time dimension for the time based slots of a MizerSim object.

Usage

get_time_elements(sim, time_range, slot_name = "n")

Value

Named boolean vector indicating for each time whether it is included in the range or not.

Arguments

sim

A MizerSim object

time_range

A vector of times. Only the range of times is relevant, i.e., all times between the smallest and largest will be selected. The time_range can be character or numeric.

slot_name

Obsolete. Was only needed in early versions of mizer where the effort slot could have different time dimension from the other slots.