similar to: Windows metafiles in Linux

Displaying 20 results from an estimated 1000 matches similar to: "Windows metafiles in Linux"

2001 Sep 06
0
crosstabulation
Hi, I find difficult to read crosstabulated data without percentages, so I wrote this dirty function that may be useful to others. It only works up to 3 dimensions since I am not very good at programming in R. I would appreciate if someone else has a better similar function or can improve this one. As an example of use: > x<-rbinom(100,1,.3) > y<-rbinom(100,1,.3) >
2001 May 10
4
Passing a workspace file as argument
What is the best way (if possible) to pass the name of a workspace file to R when it starts so it is loaded instead of .RData ? I would like to know this for Linux and windows version. For windows I would like to associate the .RData extension so doubleclicking the file starts R and loads it. Thanks -- Victor Moreno V.Moreno at ico.scs.es Servei
2001 Nov 10
0
Summary: Teaching with R a quick survey.
Hi I would like to start by thanking everyone that replied. Thank you for the information, and for the comments about how or why you use it and thankx for the encouragement re my talk.... Please note that I do not claim to have ellicited a reply from all users of R, this is a quick survey not a census. I have tried to break the responces down to the following categories: Where: (hopefully
2000 Dec 15
1
resolution of windows metafiles
I am having trouble getting smooth-appearing curves in figures produced as windows metafiles using R (R-1.1.1 on Windows 98). When I import them into a word processor (either MS Word 97, or WordPerfect 9.0), the figures appear only slightly bumpy on screen, but when printed, there is a clear jaggedness reminiscent of aliasing. Is there a fix for this (if the answer is "upgrade to 1.2",
2003 Oct 20
1
Re: win.metafiles in linux and R
I posted a similar query some months ago. Some people answered stating that win.metafiles were not available for R in linux. However, I was suggested to use the package RSvgDevice, which allows transforming any graphic device into Scalable Vector Graphics format, this file can then be opened with sodipodi, and really impresive stuff can be achieved. I also noticed that OpenOffice for linux has an
2003 Oct 20
0
Re: win.metafiles in linux and R
Dear all: Professor Ripley commented: > Note that libEMF's help page says > > It is also possible now to generate EMF files from PSTOEDIT > on POSIX > systems. Therefore, if your graphics code only outputs > PostScript, you > can now easily convert it to EMF. > > but that is only true on Windows (unfortunately). > Actually I have had some luck
1999 Feb 16
1
R docs in Spanish
Does anyone have any R (or S) tutorial, mini manual etc. <in Spanish> that would like to share. I would like to give some "starting point" documentation to students that have difficulties in reading English. Otherwise, suggestions for a document to be translated (with author's permission) would be appreciated. Thanks =====================================================
2006 Jul 21
2
Problems with character spacing in windows metafiles...
This problem was posted a couple years ago here: http://tolstoy.newcastle.edu.au/R/help/04/01/0231.html Using Windows XP with R 2.3.1, I am now experiencing the same problem again: when a plot is saved and/or copied as a WMF, the labels do not have the correct character spacing. I am trying to insert the WMF into a MS Word 2003 document (my first mistake, I know), but even when the WMF is
2001 Aug 08
3
"Transparent" background in graphics exported as metafiles
Hi, Under Windows, I am exporting graphs from R (in metafile -emf- format), and want to combine them using a graphic package. It happens that the background of the graph is represented by a filled rectangle (with the color given by bg=...). This is to be expected. However, I find no options to disable this and produce a graph with transparent background. Does such an option exist? If not, then
2003 Jun 17
0
Quality of graphics produced as windows metafiles
Hi all My details: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 7.0 year 2003 month 04 day 16 language R Please excuse my woeful ignorance, but when I copy the contents of an R-graphics window produced using "windows()" (or any of its close relations) to the clipboard as a windows metafile and then paste the
2008 Oct 02
1
metafiles under windows (PR#13116)
Full_Name: David Stevens Version: 2.7.0 OS: Window SP Submission from: (NULL) (129.123.9.110) Lately I've been copying graphics to a metafile to paste to a document. No matter what the graphics window size, the pasted graphic only fills the upper left 1/3 of the allocated space. How can I make it fill the space
2008 Oct 02
1
metafiles under windows (PR#13116)
Full_Name: David Stevens Version: 2.7.0 OS: Window SP Submission from: (NULL) (129.123.9.110) Lately I've been copying graphics to a metafile to paste to a document. No matter what the graphics window size, the pasted graphic only fills the upper left 1/3 of the allocated space. How can I make it fill the space
2005 Jul 22
0
Windows metafiles (emf) under Linux
G'day Folks, The R-help list has had assorted threads over the years on the best way for Linux users to produce EMF files, mainly for exchange with Windows users. There have been various suggestions for how this may be possible or ways around the problem, via other formats, but none have seemed very satisfactory. I've found what seems to be a quite simple way to produce EMFs from
2006 Feb 17
3
Windows metafile problem
Hi All: I'm using win.metafile() to produce windows metafiles. When I use Word to insert the wmf picture, Word gives an error! I did my homework in posting this question, and couldn't find a fix. Any suggestions? Phil Smith CDC
2003 Oct 20
2
win.metafile and Linux
Hi Folks, I see that people have been discussing the win.metafile device on the list since before 2000. Yet I have never seen this on a Linux distribution of R. Is this because the device works by making calls (GPL calls of course!) to a proprietary Windows library? In that case I can understand that it would be far from kosher to implement it on Linux. But I'd like confirmation. I must
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
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:
2004 May 08
0
Re: metafile copy and R 1.9.0, trellis, grid
OK. Deepayan sent me the copy of a chat on another list between John Fox, Duncan Murdoch and Paul Murrell. The bug in the gui.exe looks like being reported with an example to turn it before he has been definetely fixed. Just try: trellis.device("win.metafile", file="test.emf") data(iris) cloud(Sepal.Length ~ Petal.Length * Petal.Width | Species, data = iris, screen = list(x =
2003 Oct 20
1
win.metafile() problem -- possible bug?
As a followup to a previous posting regarding the win.metafile() function, I've been having some problems as well. In my case, I've been converting some scripts from S-SPLUS to R that create graphs in order to take advantage of R's plotmath capabilities. In the sample code shown below, the axis labels display the units for the data. In particular, the units for the y axis are
2017 Jul 21
0
Wine release 2.13
The Wine development release 2.13 is now available. What's new in this release (see below for details): - Unicode data updated to Unicode 10.0.0. - Nicer looking default mouse cursors. - Persistent connections support in WinHTTP. - Message Framing protocol support in WebServices. - Improved metafile support in GdiPlus. - Debug registers support in x86-64 exception handling. -