Displaying 20 results from an estimated 2000 matches similar to: "Graphs in Windows 95/95"
2000 Sep 06
3
Symbol size in plots
Dear R-listers,
what is the best way to draw an XY scatterplot with symbol size
proportional to the value taken on by a third variable?
Thank you very much for any help,
Maurizio Pisati
2002 May 13
1
Spatio-temporal analysis of homicide rates
Dear R-listers,
I would like to carry out a very basic descriptive analysis of homicides
rates in Italy, taking into account both the spatial dimension (103
provinces) and the temporal dimension (10 years), but no covariates. In
practice, what I would like to do is to describe spatio-temporal variation
of homicide rates, identifying those combinations of province-year where
the homicide rate
2004 Jun 06
1
Re: [R] Printing Lattice Graphs from Windows (PR#6948)
Hi, Duncan:
I just did "plot(1:2)" in Rgui.exe, and that copied fine as a
metafile into MS Word via the clipboard.
Then I exited and restarted Rterm.exe under ESS and tried it
again. This time, I got a blank image copied into MS Word. However,
after I modified the Lattice defaults via,
"trellis.par.set('background', list('white'));
2004 Jun 06
1
Re: [R] Printing Lattice Graphs from Windows (PR#6947)
I agree: It sounds like a bug, as you said, Irk, in that
Rgui.exe cannot copy a metafile to the clipboard, at least under MS
Windows 2000, 5.00.2195, Service Pack 3, even though Rterm.exe can.
Therefore, I'm including "r-bugs@biostat.ku.dk" in the list of addresses
to this email.
Spencer Graves
Irk Eddelbuettel wrote:
>On Sun, Jun 06, 2004 at 12:26:45PM -0700,
2003 Oct 19
2
problem with win.metafile( ): traceback()
For the first error message:
> win.metafile(file = "//.../plot1.wmf",
+ width = 8.5, height = 6.25)
> lset( list( background = list(col = "white")))
Error in get(x, envir, mode, inherits) :
variable "win.metafile://.../plot1.wmf" was not found
> traceback()
4: get(device)
3: trellis.device(device = .Device, new = FALSE)
2: trellis.par.get(item)
1:
2004 Dec 20
2
Producing "Editable" Graphs for PowerPoint
Hello,
(apologies, I'm not entirely sure whether this question is about R or my
limitations with PowerPoint). I've submitted a paper (which has been
accepted) but the journal now require me to submit graphs that are
"editable in PowerPoint". I would be grateful for suggestions as to
how I should do this.
The best route seems to be to copy-and-paste the figures from the
2009 Mar 09
1
Adding text to both grid and base graphs
Dear all,
I'm stuck with the following problem:
I generate graphs using both the grid system (with lattice) and the base
system. I'd like to be able to identify these graphs later on with a bit of
identifying text (e.g. a date and some comments). Adding text to these
graphs cannot be done using a common system if you want to save them as emf
files. I now use:
mtext("labelling
2008 May 29
1
Help for R on Windows for non-Win-enabled!
Hi Folks,
I need help with a query about R on Windows, specifically
about graphics devices.
I'm advising someone remotely (so it's all by email) who
is running R on Windows, while I am not (Linux only).
Things have reached the stage where saving graphics plots
as Windows metafiles is looming.
I've been told that the result of "?device" in Windows is
as follows (which is
2002 Mar 13
1
win.metafile and multiple plots
I'm having difficulty using the win.metafile command. I'd like to place
three plots in one window and then save the window as a metafile. The
commands I want to use are:
win.metafile("mike.emf",width=3,height=2,pointsize=10)
nf <- layout(matrix(c(1,2,3), 3, 1), heights=c(1,1,1))
layout.show(nf)
plot(rnorm(10))
plot(rnorm(10))
plot(rnorm(10))
dev.off()
However, I get the
2004 Feb 23
2
Error in multiple xyplots
Dear R-listers,
I got an error when I try to plot two grouped data into a single
win.metafile device:
library(lattice)
trellis.device(device="win.metafile",color=F,filename="Profiles-Var1.wmf")
par(mfrow=c(1,2))
# First plot
xyplot(log(v)~t|id,data=Con.20,
main="Group A: Control, Var-1",
xlab="ocasion",ylab="var1",
panel=function(x,y) {
2010 Dec 22
1
Poor quality plotting symbols in Windows metafile
Hello,
when I try to use the filled circle (pch = 16) in a Windows metafile, it appears highly pixelated rather than as a smooth vector.
The other filled circles (pch = 19 and 20) are vector circles, filled with pixels.
Results are the same whether I use windows() and save or copy as a metafile, or win.metafile()
Also, some of the other symbols are misshapen, e.g. the diamond pch = 23 is not
2002 Jan 09
3
lattice problems under Win2K and R-1.4.0
I'm having problems copying and saving lattice graphs using R-1.4.0 under
Win2k. It seems I've see this alluded to recently in R-help.
If I do the following example:
> data(quakes)
> xyplot(long ~ lat , data = quakes)
And then try to copy or save the graph as either a metafile or bitmap or if
I use any of the bitmap/metafile devices via (for example)
>
2008 Dec 08
1
Save image as metafile
Hi,
how can I save an image as a metafile?
I know within windows you can do a right click and then 'save image as
metafile'
but I use Mac OS X...I know as well that mac users have a right click as
well, but
it does not work.
Is there a command in R for saving images as metafiles?
Regards,
mentor
--
View this message in context:
2003 Aug 26
3
Exporting R graphs
Hi,
I have been a happy user of R for windows for more than a year, however,
recently, I started using linux as my operating system and now I have
practically switched completely. Of course, I still use R with linux,
however, certain nice features of R in windows seem to be missing or
hidden. I need help in basically two points:
1. In windows, I could copy the contents of a window graphic's
2007 Jun 29
1
Print grid/ggplot to a metafile
Dear UseRs called Hadley, or Paul,
I am trying to print an edited ggplot2/grid graphics to a metafile. With the
commented line below it works, but when I edit the plot by uncommenting the
line, it fails, because it's illegal to have 2 graphics in a metafile. It
works with pdf, but even then I get two plots, which is a nuisance.
I found a workaround by using windows(); savePlot, but it only
2009 Jun 18
1
win.metafile() and family
Hi all,
I recently discovered how great win.metafile is for getting high resolution graphics into word.
Having problems with specifying families though...
#pdf works fine
pdf("test.pdf",width=14,height=9)
par(family="Helvetica")
plot(1:10)
text(4,4,"trial")
dev.off()
windows
2
#metafile doesnt like helvetica family
1999 Jul 05
1
win.metafile use
Platform: Windows 95
Version : R0641
Problem : I wish to plot and save a large number of graphics files in
windows metafont format. I have a very crude postscript printing
function, which happily handles repeated calls:
psf<-function(filename){
dev.print(postscript,file=paste(sep="",filename,".ps"),horizontal=F)
return()
}
To produce metafont files, I
2003 Sep 12
1
win.metafile, devga, tkrplot in R 1.8.0
Hi,
I just downloaded
rw1080dev.exe 09-Sep-2003 07:42 21.6M
from
http://www.stats.uwo.ca/faculty/murdoch/software/r-devel/
and tried using tkrplot on Windows 2000.
.First.lib failed to load the dll:
.Tcl(paste("load", file, "Rplot"))
appeared to be mixing up double-backslashes and forward slashes:
[tcl] couldn't load library "C:w1080devlibrary
2004 Apr 26
1
Lost graph contents using Copy as metafile
Dear colleagues:
I use R 1.9.0 on Windows XP. One of my common tasks is to get R graphs into
Word documents. A open windows() device, almost always trellis.device() for
me, provides great convenience with the right-click shortcut menu item "Copy
as metafile". I typically have the History > Recording feature turned on as
well.
Since upgrading to 1.9.0, I have experienced an
2010 Mar 18
2
multiple print commands in win.metafile()
Hi All,
I need a file which I can import to MS Word, I'm trying win.metafile(), but
it does not seem to support multiple print commands at once (please see
below). Is there an alternative to get plots file which can be used in
powerpoint/word?
# R code:
# this does not work; but same thing works with pdf()
library(lattice)
win.metafile("test.wmf")
p1 <- xyplot(decrease ~