equal.count
Converts x
to a
shingle. Essentially a wrapper around
co.intervals
. All arguments are passed to co.intervals
shingle
creates a shingle using the given intervals
. If
intervels
is a vector, these are used to form 0 length
intervals.
as.shingle
returns shingle(x)
if x
is not a
shingle.
is.shingle
tests whether x
is a shingle.
plot.shingle
displays the ranges of shingles via rectangles.