search for: mylevelplot

Displaying 1 result from an estimated 1 matches for "mylevelplot".

Did you mean: levelplot
2009 May 02
1
lattice levelplot axis + custom annotations
...-element axis) I would like to add annotations on the left side of the levelplot at elements 120, 300, 500, and 805, which represent clusters of interest. Currently I have no annotations in my "scales" property: colorFun <- colorRampPalette(c("white","black")) myLevelplot <- levelplot( t(scale(set.allElements))[,myLevelplot.dendrogram.order], scales=list(y=list(draw=F),x=list(draw=F)), colorkey=F, col.regions=colorFun, aspect="iso", xlab="", ylab="", main="test title", legend=(list(right= list(fun=dendrogramGrob,...