make_intervals: create an intervals object

View source: R/intervals.R

make_intervalsR Documentation

create an intervals object

Description

create an intervals object, assuming left-closed and right-open intervals

Usage

make_intervals(start, end)

Arguments

start

vector with start values, or 2-column matrix with start and end values in column 1 and 2, respectively

end

vector with end values


stars documentation built on Sept. 11, 2023, 5:10 p.m.