On 16/08/2007 7:35 PM, Felipe Carrillo wrote:
> Hi all:
> How can the R graphics window be customized
> programmatically? Either minimized,maximized or change
> the size of the default that ships with R.
Which device are you working with? Most of them allow the size to be
sel
Felipe Carrillo yahoo.com> writes:
> How can the R graphics window be customized
> programmatically? Either minimized,maximized or change
> the size of the default that ships with R.
Assuming Windows as OS (which you forgot to mention)
windows(width = 2, height = 2, pointsize =
Hi all:
How can the R graphics window be customized
programmatically? Either minimized,maximized or change
the size of the default that ships with R.
Thanks
Felipe D. Carrillo
Fishery Biologist
US Fish & Wildlife Service
Red Bluff, California 9
On 7/8/07, Paul Matthias Diderichsen
<[EMAIL PROTECTED]> wrote:
> Hi Deepayan,
>
> "Deepayan Sarkar" <[EMAIL PROTECTED]> schrieb am 06.07.2007
> 02:05:02:
> > On 7/5/07, Paul Matthias Diderichsen
> > <[EMAIL PROTECTED]> wrote:
> >> library(lattice)
> >>> xyplot(speed~dist|speed, data=cars, layout=c
Hi Deepayan,
"Deepayan Sarkar" <[EMAIL PROTECTED]> schrieb am 06.07.2007
02:05:02:
> On 7/5/07, Paul Matthias Diderichsen
> <[EMAIL PROTECTED]> wrote:
>> library(lattice)
>>> xyplot(speed~dist|speed, data=cars, layout=c(3,3))
> If this is your use case, you might be interested in
> http://cran.r-
Dear Prof. Ripley,
Prof Brian Ripley <[EMAIL PROTECTED]> schrieb am 05.07.2007 21:46:20:
> > Dear S-users.
> This is the help forum for R users
Indeed. (How embarrasing not to be able to spell a one-letter word
correctly...)
>> How do I change pages on an X11 graphics
>> device under linux
On 7/5/07, Paul Matthias Diderichsen
<[EMAIL PROTECTED]> wrote:
> Dear S-users.
> This should be an easy one: How do I change pages on an X11 graphics
> device under linux?
>
> I thought that the page-up/page-down keys were supposed to do the trick,
> but the frame (window) seems to be kind of immu
On Thu, 5 Jul 2007, Paul Matthias Diderichsen wrote:
> Dear S-users.
This is the help forum for R users
> This should be an easy one: How do I change pages on an X11 graphics
> device under linux?
>
> I thought that the page-up/page-down keys were supposed to do the trick,
It is baffling,
Better still IMHO - try NX or FreeNX. That runs an xclient (also of course an
xserver underneath) on your WIndows desktop. Windows pop up as required.
NX compression means that you get very impressive speed, mouse response etc.
A server also needs installing on the Linux box so you may have
Dear S-users.
This should be an easy one: How do I change pages on an X11 graphics
device under linux?
I thought that the page-up/page-down keys were supposed to do the trick,
but the frame (window) seems to be kind of immune to any kind of keyboard
input. The only reaction I ever see is that t
On your Windows machine you need to run (1) an X server and (2) an ssh client.
Xming and putty, respectively, are among the free ones.
First start Xming (you can configure it using XLaunch, which is included with
Xming, or you can run Xming from the Windows command line specifying the
configurati
ease see the help page of the devices you recommended, which did warn
about this.
>
> -Original Message-
> From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
> Sent: maandag 2 juli 2007 7:56
> To: zhihua li
> Cc: r-help@stat.math.ethz.ch
> Subject: Re: [R] working wi
?pdf
?jpeg
and load the files back to your windows machine unless you need to work
interactively through X11
-Original Message-
From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
Sent: maandag 2 juli 2007 7:56
To: zhihua li
Cc: r-help@stat.math.ethz.ch
Subject: Re: [R] working with R
You need to forward the X11 window to your local machine, which would need
to be running an X server. We do this using Exceed and PUTTY settings,
but your sysadmins will be able to help you: it is not a question about R
per se.
On Mon, 2 Jul 2007, zhihua li wrote:
> Hi netters,
>
> Now I'm co
Hi netters,
Now I'm connecting from my local windows machine to a remote linux machine
and launch R out there using SSH. When I tried to create grahics, like
using plot or heatmap, I cannot see the output. Maybe a new R window
displaying the graphics has popped out in the remote machine? Or I
You can always use the 'crop' feature in PowerPoint to get the graphics the
way you want them.
On 5/26/07, LL <[EMAIL PROTECTED]> wrote:
>
> Thanks Charles. I just discovered that I get much better behavior if I
> write
> the graph to a normal R graphics window, ri
Thanks Charles. I just discovered that I get much better behavior if I write
the graph to a normal R graphics window, right click and select copy as
metafile, and paste the result normally into powerpoint.
- Original Message -
From: "Charles Annis, P.E." <[EMAIL PROTECT
14 PM
To: LL; r-help@stat.math.ethz.ch
Subject: [R] graphics edge in win.metafile?
Hi... I copy a plot to the clipboard via win.metafile and then paste the
clipboard into a powerpoint show. The problem is that there is considerable
white space between the edges of the plot and the figure pasted into
p
Hi... I copy a plot to the clipboard via win.metafile and then paste the
clipboard into a powerpoint show. The problem is that there is considerable
white space between the edges of the plot and the figure pasted into
powerpoint. I've tried many par settings to get less white space between the
Well, i had this problem too, but with Edy edge 5.06.
I fixed the problem after reading this.
http://ubuntuforums.org/archive/index.php/t-248750.html
http://ubuntuforums.org/archive/index.php/t-248750.html
But I also updated to Feisty Fawn (5.10) and there the problem didn't
occur. I'm not sure i
On 18 May 2007 at 20:25, Erin Hodgess wrote:
| Dear R People:
|
| I'm working with R on the latest version of Ubuntu.
|
| However, I can't get graphics to appear, even with the
| simplest plot commands.
What does this show for you:
> capabilities()["X11"]
X11
TRUE
Dear R People:
I'm working with R on the latest version of Ubuntu.
However, I can't get graphics to appear, even with the
simplest plot commands.
Has anyone run into that, please?
I'm using R-2.5.0 on Ubuntu Feisty Fawn.
(Please don't puke. That's really the name)
Thanks in advance,
Sincerel
be a certain width, but I can't find how to do
> >> this.
Another approach is to use horizontal boxplots. With the lattice
package you can use
library(lattice)
bwplot(grps ~ obs, mydata)
If you prefer to use the boxplot function then use the optional
argument horizontal = TRUE.
his help? I guess one possibility would be to
>> number the boxplots, but this may not help either. My thought would be
>> to force the graphic to be a certain width, but I can't find how to do this.
>>
>> I have searched and can not find a way to do this automat
to force the graphic to be a certain width, but I can't find how to do this.
>
> I have searched and can not find a way to do this automatically — I
> could not find anything in the "R Graphics" book by Paul Murrell that
> pointed me in the right direction either.
&g
rched and can not find a way to do this automatically — I
could not find anything in the "R Graphics" book by Paul Murrell that
pointed me in the right direction either.
Thank you,
Tom
--
Thomas E Adams
National Weather Service
Ohio River Forecast Center
1901 South State Route 134
AIL PROTECTED]
> Subject: [R] graphics - wireframe
>
> Hi,
>
> I would like to know about graphics for response surface in
> R. What are arguments for a best graphics?
>
> thanks,
>
> Bruno
>
> y <- c(66,39,43,49,58,17,-5,-40,65,7,43,-22,-31,-35,-26)
>
Bruno Churata gmail.com> writes:
>
> Hi,
>
> I would like to know about graphics for response surface in R. What are
> arguments for a best graphics?
>
Thanks for giving a reproducible example [snipped], but it's not clear
what you need to know. Are you wondering whether there are general
d
Hi,
I would like to know about graphics for response surface in R. What are
arguments for a best graphics?
thanks,
Bruno
y <- c(66,39,43,49,58,17,-5,-40,65,7,43,-22,-31,-35,-26)
x1 <- c(-1,1,-1,1,-1,1,-1,1,rep(0,7))
x2 <- c(-1,-1,1,1,0,0,0,0,-1,1,-1,1,0,0,0)
wireframe( y ~ x1*x2 ,
scales = l
On Apr 13, 2007, at 9:52 AM, Christoph Heibl wrote:
> Dear Charilaos,
>
> Thanks ... your were right. I now get the names. But the problems
> remains that the space (30 items) is insufficient to bear all the
> names and I am still looking for a way to accommodate them. Do you
> know of any s
Hi,
> I would like to draw a barplot where items are countries and, in
> order to fit the country´s names in, tilt these names about 45°. Is
> this possible? I cannot find any examples in the docs.
I think it is in the FAQ :
http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-create-rotat
Dear Charilaos,
Thanks ... your were right. I now get the names. But the problems
remains that the space (30 items) is insufficient to bear all the
names and I am still looking for a way to accommodate them. Do you
know of any solution?
Cheers,
Christoph
On 13.04.2007, at 15:27, Charilaos
Your problem is different I think, it's the fact that LA$countries is
a factor, and hence you see the factor levels instead of their
labels. Try:
# create data frame
LA <- data.frame(countries=c("Chile", "Peru", "Bolivia"), values=c
(10, 12, 13), stringsAsFactors = FALSE)
# call barplot
bar
I´m sorry, I did not provide any code.
Here is now a small example:
# create data frame
LA <- data.frame(countries=c("Chile", "Peru", "Bolivia"), values=c
(10, 12, 13))
# call barplot
barplot(LA$values, names.arg=LA$countries)
# Countries names are not plotted, but their index numbers instea
Dear experts,
Is there a way to change the angle in which the axes are labeled?
I would like to draw a barplot where items are countries and, in
order to fit the country´s names in, tilt these names about 45°. Is
this possible? I cannot find any examples in the docs.
Thanks for your help!!!
Mango Solutions are pleased to announce the above 3 days R course in
Basel as part of our schedule for Q2 2007.
---
R Graphics -21th - 23rd May 2007 (Basel
:[EMAIL PROTECTED] On Behalf Of Jonathan Lees
> Sent: Monday, February 26, 2007 7:26 AM
> To: r-help@stat.math.ethz.ch
> Subject: [R] PLotting R graphics/symbols without user x-y scaling
>
>
> Is it possible to add lines or other
> user defined graphics
> to a plot in R that does n
You can use par("usr") to get the min/max coords of the plot and then
use that. For example, this will plot a red dot in the middle of the
plot area regardless of the coordinates:
plot(1:10) # sample plot
usr <- par("usr")
points(mean(usr[1:2]), mean(usr[3:4]), pch = 20, col = "red") # red dot
Hi
Jonathan Lees wrote:
> Is it possible to add lines or other
> user defined graphics
> to a plot in R that does not depend on
> the user scale for the plot?
>
> For example I have a plot
> plot(x,y)
> and I want to add some graphic that is
> scaled in inches or cm but I do not want the
> graph
Is it possible to add lines or other
user defined graphics
to a plot in R that does not depend on
the user scale for the plot?
For example I have a plot
plot(x,y)
and I want to add some graphic that is
scaled in inches or cm but I do not want the
graphic to change when the x-y scales are
changed
> >
> >> rpm -qa libpng*
> >
> > libpng-1.0.12-2
> >
> > libpng-devel-1.0.12-2
> >
> >
> >
> > So I don't understand why R thinks I'm trying to connect to X11. I haven't
> > been able to find many examples of R grap
impossible to establish a connection with X11.
> (Error messages are in French, so I'm not pasting them here!)
>
>
>
> I have libpng installed:
>
>> rpm -qa libpng*
>
> libpng-1.0.12-2
>
> libpng-devel-1.0.12-2
>
>
>
> So I don't understand wh
g*
>
> libpng-1.0.12-2
>
> libpng-devel-1.0.12-2
>
>
>
> So I don't understand why R thinks I'm trying to connect to X11. I
> haven't
> been able to find many examples of R graphics code specifically for
> Linux,
> but I have the impression that i
gt;
> libpng-1.0.12-2
>
> libpng-devel-1.0.12-2
>
>
>
> So I don't understand why R thinks I'm trying to connect to X11. I
> haven't
> been able to find many examples of R graphics code specifically for
> Linux,
> but I have the impression that
ot pasting them here!)
I have libpng installed:
>rpm -qa libpng*
libpng-1.0.12-2
libpng-devel-1.0.12-2
So I don't understand why R thinks I'm trying to connect to X11. I haven't
been able to find many examples of R graphics code specifically for Linux,
but I have the impre
Ricardo Arias Brito <[EMAIL PROTECTED]> writes:
>
> Hi,
>
> The plot function not produces graphics in linux.
>
> The msg:
> Error in X11(): it was not possible to find no source
> X11 Verifity if the way of sources is correct.
>
> Any ideas?
Hmm, maybe you shouldn't have tried to
Hi,
The plot function not produces graphics in linux.
The msg:
Error in X11(): it was not possible to find no source
X11 Verifity if the way of sources is correct.
Any ideas?
Thanks, Ricardo
___
Registre s
Ricardo Arias Brito yahoo.com.br> writes:
>
> Hi,
>
> The plot function not produces graphics in linux.
>
> The msg:
> Error in X11(): it was not possible to find no source
> X11 Verifity if the way of sources is correct.
>
> Any ideas?
>
> Thanks, Ricardo
>
This is too vague for us to
Hi,
The plot function not produces graphics in linux.
The msg:
Error in X11(): it was not possible to find no source
X11 Verifity if the way of sources is correct.
Any ideas?
Thanks, Ricardo
__
R-help@stat.math.ethz.ch mailing list
https://stat.eth
Hi
Marc Schwartz wrote:
> On Tue, 2006-10-31 at 09:13 -0500, Liaw, Andy wrote:
>> Dear R-help,
>>
>> I seem to recall that I can use "\t" to get tab in a string on a
>> graphics device, but it doesn't seem to work. Try:
>>
>> lab <- "a\tb\tc"
>> cat(lab, "\n") # works in the console output
Dear R-help,
I seem to recall that I can use "\t" to get tab in a string on a
graphics device, but it doesn't seem to work. Try:
lab <- "a\tb\tc"
cat(lab, "\n") # works in the console output
plot(1:5, main=lab) # no tabs in the title
text(3, 3, lab) # no tabs in the text
I get the s
On Tue, 2006-10-31 at 09:13 -0500, Liaw, Andy wrote:
> Dear R-help,
>
> I seem to recall that I can use "\t" to get tab in a string on a
> graphics device, but it doesn't seem to work. Try:
>
> lab <- "a\tb\tc"
> cat(lab, "\n") # works in the console output
> plot(1:5, main=lab) # no tabs
Jens Scheidtmann <[EMAIL PROTECTED]> wrote:
> Indispensable is having a good editing cycle. I.e. compile the latex,
> jump to the position where you are editing the file in the preview,
> double click somewhere in the preview, move to that position in your
> editor (or at least near that positio
Anupam Tyagi <[EMAIL PROTECTED]> writes:
[...]
> What is the best format to save R graphics for inclusion into a
> LaTeX documents?
When using pdflatex use pdf for graphics as reference format. Using
ps2pdf or some such may have some problems when it comes to alpha
channels and
> and pauses. Suggestions will be appreciated about what is the best way to
> scale
> R graphics for inclusion in LaTeX.
>
>
see above.
Have a look at a good LaTeX guide like lshort
http://tobi.oetiker.ch/lshort/lshort.pdf
(e.g. p.73/73)
Stefan Grosse
est way to scale
R graphics for inclusion in LaTeX.
Anupam.
__
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
and provide commented, min
[EMAIL PROTECTED]
(801) 408-8111
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anupam Tyagi
Sent: Wednesday, October 04, 2006 11:11 AM
To: r-help@stat.math.ethz.ch
Subject: [R] R Graphics: Saving PDF and other formats from Windows
GraphicDevice for LaTeX
wn menu's work?
If you want the best quality results, don't use the Save menu at all.
Instead, write directly to a graphics device like pdf().
>
> What is the best format to save R graphics for inclusion into a LaTeX
> documents?
> I will use PdfTex, or LaTeX -> PS -> P
Hello, I can't seem to save (or find the default location) when I use the Window
Graphic Device's pull down menu. It does not seem to save to the directory I
have set using "setwd(...)". How do I make the pull down menu's work?
What is the best format to save R graphics f
[EMAIL PROTECTED] wrote:
> Hello,
>
> I got stuck with a graphics question: I've 3 figures that I present
> on a single page (window) via 'layout'. The layout is
>
> layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE));
>
> so that the frst plot spans the both columns in row one. Now I'd like
> to magni
Use the heights parameter in the layout function, as shown in ?layout. For
example, to get the first figure to be twice as tall as the other two, use:
> layout(matrix(c(1,1,2,3),2,2,byrow=TRUE),heights=c(2,1))
> layout.show(3)
On 15/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> Hello,
[EMAIL PROTECTED] wrote:
> Hello,
>
> I got stuck with a graphics question: I've 3 figures that I present on a
> single page (window) via 'layout'. The layout is
>
> layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE));
>
> so that the frst plot spans the both columns in row one. Now I'd like to
> ma
Hello,
I got stuck with a graphics question: I've 3 figures that I present on a single
page (window) via 'layout'. The layout is
layout(matrix(c(1,1,2,3), 2, 2, byrow=TRUE));
so that the frst plot spans the both columns in row one. Now I'd like to
magnify the fist figure so that it takes 20%
It should have length 2, i.e. lower limit and upper limit.
On 9/11/06, Murray Pung <[EMAIL PROTECTED]> wrote:
> I would like to set the y axis limit of an xyplot using the object 'ylimit',
> but receive this error:
> [1] 990
> Error in extend.limits(limitlist[[i]], axs = axs) :
> improper length
I would like to set the y axis limit of an xyplot using the object 'ylimit',
but receive this error:
[1] 990
Error in extend.limits(limitlist[[i]], axs = axs) :
improper length of lim
I get the same error if I use ylim.
library(lattice)
trellis.device(col = FALSE, theme = lattice.getOption("co
> I would like to join repeated measures for patients across two visits using
> a line. The program below uses symbols to represent each patient. Basically,
> I would like to join each pair of symbols.
This is easy in ggplot:
install.packages("ggplot")
library(ggplot)
qplot(visit, var, id=patien
Just one correction (although in this case it does not change the
output) -- use group = patient rather than group = symbol[patient]:
xyplot(var ~ visit, group = patient, type = "b", auto.key = list(space
= "right"),
par.settings = list(superpose.symbol = list(pch = symbols)))
On 9/6/06, Gabo
Make each pair of points a separate group using group= and specify
that both points and lines be used via type = "b". Also set the
symbols in par.settings= so that they are accessed by both
the main plot and the legend:
xyplot(var ~ visit, group = symbols[patient], type = "b",
auto.key = list(
I would like to join repeated measures for patients across two visits using
a line. The program below uses symbols to represent each patient. Basically,
I would like to join each pair of symbols.
library(lattice)
patient <- c(1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9)
var <-
c(826,119,168,90,572,323,
On 10-Jul-06 Ted Harding wrote:
> Hi Folks,
>
> I'm trying to locate the source code for a (typical)
> R graphics device, in order to study how it's done.
>
> [...]
>
> When, in R, I type "xfig" to see the R code, I get the
> line
>
> .I
On 7/10/2006 3:52 PM, (Ted Harding) wrote:
> Hi Folks,
>
> I'm trying to locate the source code for a (typical)
> R graphics device, in order to study how it's done.
>
> The underlying reason is that I'm thinking of trying
> to create a graphics device for
Hi Folks,
I'm trying to locate the source code for a (typical)
R graphics device, in order to study how it's done.
The underlying reason is that I'm thinking of trying
to create a graphics device for 'pic' (the diagram
drawing component of [g]troff).
I thought the xf
In response to the OP's query, we use numerous R scripts that save
graphics as PNG and EPS through savePlot() commands. We have not
experienced any problems with R 2.3.1.
MHP
on 6/15/2006 9:25 AM Duncan Murdoch said the following:
> [EMAIL PROTECTED] wrote:
>
>> HI !
>>
>> I´ve installed t
[EMAIL PROTECTED] wrote:
> HI !
>
> I´ve installed the latest R version (2.3.1) and I´ve had problems to
> save my graphics as JPEG, PNG and the others available formats.
> R saves the file with no extension. Then, I have to open this file
> using an image visualizer and save it as PNG, for insta
Hi,
Have a
jpeg()
your plot function
dev.off()
That will direct your graphs to a file called "Rplots.jpg". Look for
function "jpeg" and "png".
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> HI !
>
> I´ve installed the latest R version (2.3.1) and I´ve had problems to
> save my
HI !
I´ve installed the latest R version (2.3.1) and I´ve had problems to
save my graphics as JPEG, PNG and the others available formats.
R saves the file with no extension. Then, I have to open this file
using an image visualizer and save it as PNG, for instance.
Previous R versions work witho
Actually it does.
Thank you, Prof. Ripley.
-Original Message-
From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 11, 2006 1:26 PM
To: Christos Hatzis
Cc: r-help@stat.math.ethz.ch
Subject: Re: [R] Graphics device size
On Tue, 11 Apr 2006, Prof Brian Ripley wrote
On Tue, 11 Apr 2006, Prof Brian Ripley wrote:
> On Tue, 11 Apr 2006, Christos Hatzis wrote:
>
>> Dear All,
>>
>> When working with composite plots many times I have to manually adjust the
>> graphics display window size to get the best results (in Windows XP). I can
>> then find the size of the a
On Tue, 11 Apr 2006, Christos Hatzis wrote:
> Dear All,
>
> When working with composite plots many times I have to manually adjust the
> graphics display window size to get the best results (in Windows XP). I can
> then find the size of the adjusted window in inches using par("din").
>
> Now I wo
Dear All,
When working with composite plots many times I have to manually adjust the
graphics display window size to get the best results (in Windows XP). I can
then find the size of the adjusted window in inches using par("din").
Now I would like to export the adjusted graphs as png's and have
Dear All,
When working with composite plots many times I have to manually adjust the
graphics display window size to get the best results (in Windows XP). I can
then find the size of the adjusted window in inches using par("din").
Now I would like to export the adjusted graphs as png's and have
xaxp=c(1,2,1) will do so, and look also at par(lab=).
On Thu, 2 Mar 2006, Bowden, J.M. wrote:
>
> Hi
>
> I am trying to plot two points (with confidence intervals) on a graph to
> illustrate the value of a particular quantity after 1 and 2 iterations
> respectively.
>
>
> I'm doing this by
>
> pl
)16/337015
Web: http://www.med.kuleuven.be/biostat/
http://www.student.kuleuven.be/~m0390867/dimitris.htm
- Original Message -
From: "Bowden, J.M." <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 02, 2006 4:41 PM
Subject: [R] Graphics question
>
> Hi
>
>
Hi
I am trying to plot two points (with confidence intervals) on a graph to
illustrate the value of a particular quantity after 1 and 2 iterations
respectively.
I'm doing this by
plot(cycle,alpha[2,],main="",ylim=c(-8,-3),cex=2,col="red",pch=19,ylab=e
xpression(alpha),xlab="cycle")
Etc..
Whe
Dear Collegues,
does anybody know how I can place a legend at a sensible position in a star
diagram automatically? The legend should tell the name of the variable (from
colnames) for every color used.
Sincerely, Markus
___
Markus Preisetanz
Consultant
Client V
Johannes Hüsing wrote:
> Hello,
> par(las=1) sets the orientation of the axis labels
> to horizontal. That is, the tick mark labels. How
> do I set the orientation of the axis label, which
> annotates the variable plotted along the axis, to
> horizontal?
>
> Sorry for asking such a basic question
Hello,
par(las=1) sets the orientation of the axis labels
to horizontal. That is, the tick mark labels. How
do I set the orientation of the axis label, which
annotates the variable plotted along the axis, to
horizontal?
Sorry for asking such a basic question here, but I
haven't found anything in t
On Tue, 10 Jan 2006, Erin Hodgess wrote:
> Dear R People:
>
> In S Plus, if you have a function which calls the plot
> function several times, you get several "pages" of graphics
> output.
Only on a graphsheet, I believe.
> Is there an eqivalent in R, please?
Pretty close, on a windows() device
Erin Hodgess wrote:
> Dear R People:
>
> In S Plus, if you have a function which calls the plot
> function several times, you get several "pages" of graphics
> output.
>
> Is there an eqivalent in R, please?
Yes, for e.g. postscript() and pdf() devices the default is to plot each
new plot on a
Dear R People:
In S Plus, if you have a function which calls the plot
function several times, you get several "pages" of graphics
output.
Is there an eqivalent in R, please?
R version 2.2.1 windows
Thanks in advance!
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathem
Does 'rug' help you ?
example(rug)
?rug
Cheers
Mathieu.
jia ding a écrit :
>-- Forwarded message --
>From: jia ding <[EMAIL PROTECTED]>
>Date: Nov 2, 2005 4:03 PM
>Subject: question about R graphics-example plot attached
>To: [EMAIL P
On Tue, 2005-11-08 at 14:08 +0100, jia ding wrote:
> -- Forwarded message --
> From: jia ding <[EMAIL PROTECTED]>
> Date: Nov 2, 2005 4:03 PM
> Subject: question about R graphics-example plot attached
> To: [EMAIL PROTECTED]
>
> Suppose I have the data s
-- Forwarded message --
From: jia ding <[EMAIL PROTECTED]>
Date: Nov 2, 2005 4:03 PM
Subject: question about R graphics-example plot attached
To: [EMAIL PROTECTED]
Suppose I have the data set like this:
A 1
3
7
10
B 5
9
13
The numbers here actually is A or B'
Peter Flom wrote:
> which I did using mfrow = c(3,3).
>
> I'd like to use the space on the page as efficiently as possible,so I
> made the margins small, but that leaves no space for axes. Is there a
> way to put axes only along the bottom and left side, so that a) The
> individual qqplots mainta
ce on the page is
taken up by white space?
I tried doing this with layout, but couldn't figure out how to do it
(although I looked extensively at Paul Murrell's excellent book on R
graphics)
TIA
Peter
Peter L. Flom, PhD
Assistant Director, Statistics and Data Analysis Core
Center for D
Probably you can get some ideas from the balloonplot function in package gplots.
Best,
Matthias
>
> Halo friends,
>
> I have a problem to solve in R graphics..
> I have a matrix like
>
> A= 2 3 4
>5 6 7
>8 9 4
>
> and I like to gen
Halo friends,
I have a problem to solve in R graphics..
I have a matrix like
A= 2 3 4
5 6 7
8 9 4
and I like to generate the same matrix in terms of shaded circles in which the
density of shading depends on the value...
for eg in the above matrix A the value 2 is a
Thanks for your replies, I was unaware of these solutions.
On 10/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Does anyone know how I can set up R so that when I make a graphic, the
> graphics window remains behind the console window? It's annoying to
> have to reach for the mouse every ti
[EMAIL PROTECTED] wrote:
> Does anyone know how I can set up R so that when I make a graphic, the
> graphics window remains behind the console window? It's annoying to
> have to reach for the mouse every time I want to type another line of
> code (e.g., to add another line to the plot). Thanks.
I
On Tue, 2005-10-25 at 13:07 -0500, Marc Schwartz (via MN) wrote:
> On Tue, 2005-10-25 at 11:55 -0600, [EMAIL PROTECTED] wrote:
> > Does anyone know how I can set up R so that when I make a graphic, the
> > graphics window remains behind the console window? It's annoying to
> > have to reach for the
1 - 100 of 219 matches
Mail list logo