shingle(x, intervals=sort(unique(x)))
equal.count(x, ...)
as.shingle(x)
is.shingle(x)
## S3 method for class 'shingle':
plot(x, col, aspect, \dots)
## S3 method for class 'shingle':
is.na(x)
levels.shingle(x)
levels(x)
numlevels(x)
levels.default(x)
x[subset, drop = FALSE]
as.factorOrShingle(x, subset, drop)
plot.shingle, x[]
and levels.shingle
.bar.fill$col
co.intervals
x$intervals
for levels.shingle(x)
,
logical for is.shingle
, an object of class ``trellis'' for
plot
(printed by default by print.trellis
), and
an object of class ``shingle'' for the others.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.
levels
is made generic with methods for shingles and others.
trellis.args
,
co.intervals
, Lattice