repeatSchedule {campsis}R Documentation

Repeat schedule.

Description

Repeat schedule.

Usage

repeatSchedule(x, schedule)

## S4 method for signature 'numeric,cyclic_schedule'
repeatSchedule(x, schedule)

## S4 method for signature 'numeric,repeat_at_schedule'
repeatSchedule(x, schedule)

## S4 method for signature 'numeric,undefined_schedule'
repeatSchedule(x, schedule)

Arguments

x

object to repeat the schedule

schedule

initial times vector

Value

resulting times vector


[Package campsis version 1.7.0 Index]