times: Create a vector of times slots

View source: R/create-groups.R

timesR Documentation

Create a vector of times slots

Description

Create a vector of times slots

Usage

times(start, l = 10, n = 1)

Arguments

start

Numeric

l

Numeric; length of time slot

n

Numeric; number of time slots

Value

Atomic vector

Examples

# Create 6 slots of length 20 minutes
times(1400, 20, 6)

jmcvw/ccmisc documentation built on July 27, 2022, 1:48 a.m.