search for: vppathdirect

Displaying 5 results from an estimated 5 matches for "vppathdirect".

2008 May 02
1
Error in downViewport.vpPath(vpPathDirect(name)
Hi, I am having trouble plotting a series of dendrograms using lattice and grid code as found in Paul Murrells book R Graphics. This is the error message I recieve: Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording) : Viewport 'plot1.panel.1.1.off.vp' was not found I have attached the code and also my data file. Should anyone have any suggestions then your help would be gratefully appreciated. Thank you Andrew http://www.nabble.com/file/p17017801/dend4c.txt d...
2008 Jan 15
1
navigating ggplot viewports
...39;t find it. Has the viewport been popped? I had a quick look at the functions involved (eg ggplot_plot) but there is no obvious problem there. > library(ggplot2) > qplot(1:10, 1:10) > current.viewport() viewport[ROOT] > downViewport("panel_1_1") Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording) : Viewport 'panel_1_1' was not found > current.vpTree() viewport[ROOT]->(viewport[GRID.VP.1]) > grid.ls(viewports=T, grob=F) ROOT GRID.VP.2 1 GRID.VP.3 layout strip_h_1_1 1 strip_v_1_1 1 axis_h_1_...
2006 May 21
1
print.trellis(..., draw.in=...)
....viewport there. I assume that that is what draw.in= in print.trellis is for. When I try it I get an error. I did notice that ?print.trellis says draw.in= has not been well tested yet. Is this a bug? After running the the code at the end I get this error message: Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording) : Viewport 'viewport[GRID.VP.1]' was not found The only difference between the code below and the code in the link above (which works) is that in the for loop at the end the 'with' in the code in the link has been removed and draw.in= u...
2006 Jul 19
1
plain shading (not residuals) in mosaic plot
...t didn't work: > mosaicplot(morphs3,color=c(grey(0.8),grey(0.4)),pop=FALSE) Warning message: extra argument(s) 'pop' will be disregarded in: mosaicplot.default(morphs3, color = c(grey(0.8), grey(0.4)), > labeling_cells(text=morphs3,margin=0)(morphs3) Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording) : Viewport 'cell:Stem-initial obstruent=p,Behavior according to dictionary=unsubstituted' was not found Does anyone know how to get both the shading I want and the labels I want, whether with mosaic(), with mosaicplot(), or in some other way...
2007 Dec 26
1
seekViewport error
...RID.points.79 1 GRID.VP.23 GRID.cellGrob.82 GRID.points.81 1 GRID.VP.24 GRID.cellGrob.84 GRID.points.83 1 1 plot1. 1 1 > seekViewport("GRID.VP.24") Error in downViewport.vpPath(vpPathDirect(name), strict, recording = recording) : Viewport 'GRID.VP.24' was not found > R.version.string # Vista [1] "R version 2.6.1 Patched (2007-12-06 r43610)" > packageDescription("grid")$Version [1] "2.6.1" > packageDescription("lattice")$Versi...