s-news
[Top] [All Lists]

boxPlot with guiPlot

To: s-news@lists.biostat.wustl.edu
Subject: boxPlot with guiPlot
From: Tiago R Magalhaes <tiago17@socrates.Berkeley.EDU>
Date: Tue, 16 Nov 2004 02:04:50 +0000
Hi

I want to make a box plot with three boxes on the same graph.
I can do that very simply by using

x=data.frame(1:10, 21:30, 31:40)

boxplot(x[[1]], x[[2]], x[[3]])

But I wanted to do that using guiPlot so that I can afterwards change colours and fonts and all that a bit easier. I tried to use


guiPlot ("Box", DataSet="x", Columns="x1,x2,x3")
and several other things around this motif but could never get a solution to this

can anyone help?

Thank you very much
<Prev in Thread] Current Thread [Next in Thread>
  • boxPlot with guiPlot, Tiago R Magalhaes <=