search for: l_downviewport

Displaying 3 results from an estimated 3 matches for "l_downviewport".

Did you mean: downviewport
2010 Jul 09
1
print.trellis draw.in - plaintext (gmail mishap)
...g1 = ggplot() ... g2 = ggplot() ... g3 = ggplot() ... p = xyplot() ... # works as expected print(g1, vp=vplayout(1,1)) print(g2, vp=vplayout(1,2)) print(g3, vp=vplayout(2,1)) # does not work print( p, newpage=FALSE, draw.in=vplayout(2,2)$name) Error in grid.Call.graphics("L_downviewport", name$name, strict) : Viewport 'GRID.VP.112' was not found What am I doing wrong? Thanks!
2009 Nov 26
1
Adding text in the panels for Trellis plot ...
...2,254,26)], + panel = function(..., col, mycolors) { + panel.histogram(..., col = mycolors[panel.number()])}) + trellis.focus('strip', 1, 1, highlight=FALSE) + ltext(0.60, -0.25, 'PPM', col='blue', pos=3) + trellis.unfocus() + } Error in grid.Call.graphics("L_downviewport", name$name, strict) : Viewport 'plot1.strip.1.1.vp' was not found > > print(plots[[1]]) I am not sure what was happeneing. . . can anyone help me ? -- View this message in context: http://old.nabble.com/Adding-text-in-the-panels-for-Trellis-plot-...-tp26522902...
2009 Nov 23
3
Trellis Plot
anyone know how to add text in the Trellis plot panel ?? i want to add things eg: dot dot dot. in the headrer of the panel. eg: http://old.nabble.com/file/p26486579/hist1.png hist1.png -- View this message in context: http://old.nabble.com/Trellis-Plot-tp26486579p26486579.html Sent from the R help mailing list archive at Nabble.com.