I am having issues displaying Trellis Graphs using the
AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice.  The graph
displays correctly in a default R window, but will not draw labels or
data in the GraphicsDevice.  Is there a workaround for this, or am I
doing something incorrect.  I can get the GraphicsDevice to display
simple line graphs and such.  

 

Sample R Code:

lPlot<-xyplot(Total~Week|CommodityCategoryDescription,dfVesselImportExpo
rtByDockWeekCommodity,type="l",layout=c(4,2))

#Print to Default Device
(AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice)

print(lPlot)

#Close the Default Device

dev.off()

#Print to Default Window

print(lPlot)

 

Thank you for you time,

John Weilbacher


        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to