continuous(x, ...)
continuous(x) <- value ## S3 method for class 'TimeIntervalDataFrame':
continuous(x, ...)
## S3 method for class 'TimeIntervalDataFrame':
continuous(x) <- value
or
The object set continous.
FALSE
.If not any interval overlap another, and the object is not continuous, the object can be set 'continuous' with
continuous(obj) <- TRUE
Intervals will be added such as the object can pass the test describe below. The data is filled with NA values.