is_contained: Check if One Interval is Contained in Another

Description Usage Arguments

View source: R/intersect_intervals.R

Description

Check if One Interval is Contained in Another

Usage

1
is_contained(this, in_this)

Arguments

this

double(2)
An interval that may fall inside the interval [in_this]

in_this

double(2)
An interval that may contain the interval [this]


adviksh/winfer documentation built on Dec. 24, 2019, 7:05 p.m.