search for: rsvgdevic

Displaying 20 results from an estimated 42 matches for "rsvgdevic".

Did you mean: rsvgdevice
2002 Dec 27
2
RSvgDevice & sapply(plotmeans)
Hi, anybody know why this not works for several plots ? When i set onefile=T the plots are stacked one about another , onefile=F only the first plot is shown in AllbusMeansPlots.svg. [h2 is a data.frame] ......hist and sapply works for several plots nice with RSvgDevice ! Maybe setting the title after apply is a problem, but until yet i didn't found a better solution ? library(RSvgDevice) library(gregmisc) devSVG(file = "AllbusMeanPlots.svg", width = 10, height = 8, bg = "lightblue", fg = "white", onefile=T, xmlHeader=TRU...
2012 Nov 16
1
Build without warning RSvgDevice
Hi, I'm trying to build a modified version of the package RSvgDevice, without warnings. I'm having troubles with the description file. Here's the logs : * checking Rd files ... WARNING prepare_Rd: RSvgDevice.Rd:1: All text must be in a section But the RSvgDevice.Rd file seems OKto me, what am I missing ? Thanks for your help, Matthieu Decorde -- Matth...
2005 Jan 06
1
RSvgDevice incomplete svg output
Hi I use RSvgDevice to output plot, and modify them using svg editor (inkscape or sodipodi on Linux). Some month ago, results were perfect. I did exactly the same analysis today on the same data, and unfortunatly the results are different. While looking to the svg file, it seems that all information concerning &q...
2005 Jan 10
1
Invisible plot using RSvgDevice
Dear list members, I have a probably simple question concerning the RSvgDevice. After upgrading from R 1.9.0 to R 2.0.1 the computet svg files looking empty. Each time the RSvgDevice 0.5.3 were used. Scales and headers are printed but the plots are missing: <rect x="433.10" y="246.13" width="0.93" height="29.74" style="strok...
2005 Jan 05
0
RSvgDevice "stroke" question
I had a quick question on the RSvgDevice package if there are any users out there. I perused the archives and the docs and didn't see anything, maybe I missed? I have created simple boxplots via devSVG() in both Windoze and Linux and it seems that there is an attribute difference in that the Linux generated version has a "...
2007 Nov 05
0
vector graphics/ SVG plots via RSvgDevice
...and this time did a full reinstall, so I did not break my system, as I have done in the past. Then I tried to get the contributed package Cairo to work, but still had issues with libraries that I failed to fix. However, the upgrade had other advantages. Thanks for the push, Brian. I went back to RSvgDevice and produced nice SVG plots that imported into Inkscape and could be edited to meet all the fussy journal requirements for my figures. However, both the Inkscape and the plain SVG files did not display properly on conversion from LyX to DVI or PDF, although they look fine in LyX. My work around is...
2008 Jan 14
3
problems with .svg
Dear everybody! I am making a graph in R and employ pstoedit to expot the .pdf-output to .svg. When I open the .svg with firefox I get the .svg-code shown wit the following header: "Mit dieser XML-Datei sind anscheinend keine Style-Informationen verkn?pft. Nachfolgend wird die Baum-Ansicht des Dokuments angezeigt." Which information should how be included? Thank you in advance. Yours,
2007 Mar 06
2
SVG and tooltips, hyperlinks
Dear all, is there a good way to create SVG plots with R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to support the notion that plot objects have titles or are act as hyperlinks, so I am helping myself by giving the objects funny unique colors and then postprocessing the .svg file. I wonder whether somebody has already implemented this in a...
2005 Sep 03
1
producing SVG files
I am trying to use the RSvgDevice package to produce some SVG graphs which I want to edit with Inkscape 0.42. Under Linux (Kubuntu 5.04) I use the following: library(RSvgDevice) plot(1:10, 1:10) devSVG(file = "/home/adi/Rplots.svg", width = 10, height = 8, bg = "white", fg = "black", onefile=TRUE, x...
2007 Oct 18
5
vector graphics/ ungroup and edit in CorelDraw
System: Linux kernel 2.6.15 Ubuntu dapper R version 2.5.1 ESS 5.2.11 on Emacs 21.4.1 ------------------------- Colleagues Having read the posts on producing perfect graphs in R, or using inkscape to edit R graphics output, I have a related question. Lately I am publishing in a journal that is very picky about their graphics formats. It is more efficient for me to get the final picky details
2011 Aug 30
1
R crash
...stats graphics grDevices utils datasets methods [8] base other attached packages: [1] doBy_4.4.0 MASS_7.3-13 snow_0.3-7 lme4_0.999375-41 [5] Matrix_0.9996875-3 lattice_0.19-30 multcomp_1.2-7 mvtnorm_0.9-9991 [9] R2HTML_2.2 survival_2.36-9 RSvgDevice_0.6.4.1 R.utils_1.7.8 [13] R.oo_1.8.1 R.methodsS3_1.2.1 loaded via a namespace (and not attached): [1] grid_2.13.1 nlme_3.1-101 stats4_2.13.1 But it works perfectly on Windows XP, sessionInfo(): R version 2.13.1 (2011-07-08) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COL...
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 option to open win.metafiles, so it seems that they are in theory available fo...
2009 Jul 31
1
SVG output on Windows OS
...s, it seems. I'm trying to use Hadley Wickam's ggplot2 and I would like to be able to save created charts as svg for later input into Illustrator. I am able to accomplish this workflow under Linux, but I don't know how to get R to recognize the svg() command under Windows. I have loaded RsvgDevice, Cairo, and cairoDevice in my attempts. The problem seems to me to be directly related to enabling R to produce svg output on Windows, rather than related to ggplot2. Michael Roessler, CFA michael.roesler@keyevent.com [[alternative HTML version deleted]]
2010 Sep 29
1
svg plot and dashed lines
...02553030160793, 0.321170740199536, 1.87419854190502, -0.891404432182873, 0.968745913802415, -0.85229752730528, 0.641555656821046, 1.72455661053506, -0.523097596614304, 1.26729031187194)), .Names = c("a", "b"), row.names = c(NA, -20L), class = "data.frame") library(RSvgDevice) devSVG(file="test.svg") boxplot(b~a, data=df) dev.off() -- Ivan CALANDRA PhD Student University of Hamburg Biozentrum Grindel und Zoologisches Museum Abt. Säugetiere Martin-Luther-King-Platz 3 D-20146 Hamburg, GERMANY [[alternative HTML version deleted]]
2010 Nov 12
1
Graphics API version mismatch with RSVGTipsDevice
...red package: RSVGTipsDevice > devSVGTips(file = "curves.svg") Error in devSVGTips(file = "curves.svg") : Graphics API version mismatch Although it was working previously, the problem appeared after an update (I think from a previous R version, but not exactly sure when). the RSvgDevice is also not working anymore (it started giving this same error before, while RSVGTipsDevice was still working two months ago). I would really appreciate any help with this matter. Best regards, Leandro -- ############################################################### Leandro R. Monteiro Depa...
2011 May 19
2
Error in svg() : cairo-based devices are not supported on this build
Hello, Sorry if it is not the right place.. I installed R-2.13.0 on a x86_64 linux server. All went fine, but the svg() function yells: > svg() Error in svg() : cairo-based devices are not supported on this build I have the Cairo, cairoDevice, RSvgDevice packages installed, and running. > Cairo.capabilities() png jpeg tiff pdf svg ps x11 win TRUE TRUE TRUE TRUE TRUE TRUE TRUE FALSE I tried to google around unsuccessfully. The only thing I noticed in config.log is: r_cv_has_pangocairo=no r_cv_cairo_works=yes r_cv_has_cair...
2010 Sep 08
1
saving heatmaps in graphical format that can be edited in graphic editor tool
...cutree(hr, h=max(hr$height)/2); mycolhr <- sample(rainbow(256)); > myclhc <- cutree(hc, h=max(hc$height)/2); mycolhc <- sample(rainbow(256)); > mycolhr <- mycolhr[as.vector(myclhr)]; > mycolhc <- mycolhc[as.vector(myclhc)]; > library("gplots") > library("RSvgDevice") > jpeg("Heatmap.jpg", height=6+2/3, width=6+2/3, units="in", res=1200) > heatmap.2(mydatamatrix, Rowv=as.dendrogram(hr), Colv=as.dendrogram(hc), > dendrogram="both", scale="row", col=brewer.pal(3, "YlOrRd"), cexRow=0.01, cexCol=...
2003 Aug 27
1
Exporting R graphs (review)
...ns (see bottom of this message) to this forum and I would like to thank you guys for all the useful feedback I got. I just would like to make some comments: 1. Exporting R graphs as vector graphics: The best answer came from Thomas Lumley <tlumley at u.washington.edu> He suggested using the RSvgDevice package. As far as I know SVG graphics can be manipulated with OpenOffice and also with sodipodi, I'll check this package out asap. This should apply to linux and win users. Too all bitmap (i.e. jpeg, png, etc.) enthusiasts, thanks a lot for your help. I knew already that R can create high qu...
2010 Sep 08
2
saving heatmaps in graphical format that can be edited in graphic editor tools
...tree(hr, h=max(hr$height)/2); mycolhr <- sample(rainbow(256)); > myclhc <- cutree(hc, h=max(hc$height)/2); mycolhc <- sample(rainbow(256)); > mycolhr <- mycolhr[as.vector(myclhr)]; > mycolhc <- mycolhc[as.vector(myclhc)]; > library("gplots") > library("RSvgDevice") > jpeg("Heatmap.jpg", height=6+2/3, width=6+2/3, units="in", res=1200) > heatmap.2(mydatamatrix, Rowv=as.dendrogram(hr), Colv=as.dendrogram(hc), dendrogram="both", scale="row", col=brewer.pal(3, "YlOrRd"), cexRow=0.01, cexCol=0.01,...
2007 May 04
0
new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
the DESCRIPTION file: Package: RSVGTipsDevice Version: 0.7.0 Date: 04/30/2007 Title: An R SVG graphics device with dynamic tips and hyperlinks Author: Tony Plate <tplate at acm.org>, based on RSvgDevice by T Jake Luciani <jakeluciani at yahoo.com> Maintainer: Tony Plate <tplate at acm.org> Depends: R (>= 1.4) Description: A graphics device for R that uses the w3.org xml standard for Scalable Vector Graphics. This version supports tooltips with 1 to 3 lin...