search for: shinglelevel

Displaying 2 results from an estimated 2 matches for "shinglelevel".

2008 May 06
2
Lattice problems / cannot load lattice
...e' not found In addition: Warning messages: 1: In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : package 'lattice' contains no R code 2: S3 methods ?[.shingle?, ?as.data.frame.shingle?, ?plot.shingle?, ?print.shingle?, ?summary.shingle?, ?as.character.shingleLevel?, ?print.shingleLevel?, ?print.trellis?, ?plot.trellis?, ?update.trellis?, ?dim.trellis?, ?dimnames.trellis?, ?dimnames<-.trellis?, ?[.trellis?, ?t.trellis?, ?summary.trellis?, ?print.summary.trellis?, ?barchart.formula?, ?barchart.array?, ?barchart.default?, ?barchart.matrix?, ?barchart.numeric...
2009 May 07
3
Plotting counts vs. intervals for a shingle
Hello! Suppose I have a set of values: a <- c(1:10, 5:10) Suppose I also have a set of intervals: b <- cbind(c(0,2.5,4.5,6.5), c(5.5,7.5,9.5,11)) I can create a shingle that counts how many values are in each interval: c <- shingle(a, b) I can display the shingle to see the counts: summary(c, showValues=FALSE) The display looks like this: Intervals: min max count 1 0.0 5.5