Displaying 20 results from an estimated 300 matches similar to: "RSvgDevice & sapply(plotmeans)"
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"
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
--
Matthieu Decorde,
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 "fill" and "stroke" of objects are lost. The consequence is that
2013 Feb 19
2
introducing jitter in overlapping graphs using ggplots (plotmeans). Also sciplot.
Hi,
I want to plot means with standard deviations of Total Nitrogen (TN) across
4 stations (S1-S4) and over 3 years (2007-2009). I want this plot in one
panel.
I do not want medians (bwplot, boxplot).
I have tried a few different packages and it seems that ggplots with
plotmeans was the fastest (I am not extremely skilled in writing my own
scripts). Unfortunately, there is no grouping
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, xmlHeader=TRUE)
but when I tried to load the file into Inkscape it
2003 Jan 10
3
manipulate all files in folder
Im just attempt writing a function
which import manipulate and export spss data, my
basic problem when i use the cat command
that their is a space to much ?
Perhaps here exist a better solution ?
cat(paste(path),paste(file))
c:/Project/Allbus/ aprioriTotal.sav
test <- function(dir) {
for (i in 1:length(list.files))
path <- "c:/Project/Allbus/"
file <- list.files()[4]
tmpdata
2007 Nov 05
0
vector graphics/ SVG plots via RSvgDevice
System:
Linux Ubuntu 7.10 Gibbon
kernel 2.6.22-14-generic
Emacs ver. 22.1.1
ESS ver. 5.3.0
R version 2.6.0 (2007-10-03)
------------------------------------------------
Colleagues
This is a follow-up note to my earlier post under this header, giving my
solution.
First, with some trepidation I upgraded my ubuntu distro, and this time
did a full reinstall, so I did not break my system, as I have
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 "stroke:none" instead of the
"stoke:#000000"
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,
2010 Sep 05
2
Windows 7 64-bit clients with high latency
Hi,
Windows 7 64-bit clients have a very high latency (constantly rising) using of tinc. 32-bit clients are working with normal speed.
Does anyone have a solution for this problem?
Viele Gr??e
Dirk Krause
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
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems
to only occur on systems with very large memory. However, on those
systems, it''s a show-stopper. I see this as a temporary solution until
we can sanitize the XML-RPC functions and get rid of all the
S-Expression stuff.
I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2006 Jan 16
1
gplots
Hi
I am sure that this question has been asked before ... appologies in
advance
This - which comes out very nicely - better than the commercial stuff.
plotmeans (cdpy~Dodefordpy, Data = Dataset, connect = False, minbar = 1,
mean.labels = FALSE, col = "blue", barwidth = 1.5, barcol = "red",
ci.label = FALSE, xlab="Onset", pch = 15, par(las =2)).
Only one snag I
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
Dear users,
By running the script below, R crashes systematically at the last
command, namely dev.off(), on Windows 7, but not on Windows XP.
I therefore don't provide a reproducible example and do not really
extract the relevant parts of the script because it has most likely
nothing to do with the script itself. I can do it though if you think it
might be relevant.
R crashes on Windows
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
2009 Jul 31
1
SVG output on Windows OS
How may one save a graphic as svg on Windows? The svg() command is
recognized and functions well on Linux, etc., but not on Windows, 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
2010 Sep 29
1
svg plot and dashed lines
Dear users,
When I boxplot(), the lines of the whiskers are dashed. However, when I
save in an svg file, the dashed lines of the whiskers are not dashed
anymore.
How can I have the dashed lines in the svg file?
I don't have this problem with a ps file, but I cannot edit such file as
easily as an svg file. That's why I'd like to stick to the svg format.
Thanks in advance,
Ivan
df
2010 Nov 12
1
Graphics API version mismatch with RSVGTipsDevice
Dear Colleagues
I have been struggling with a problem and could not find a similar
previous posting in any of my searches, so I decided to write to the
list. I am trying to produce svg files from plots using RSVGTipsDevice
in R 2.12.0 in Ubuntu 10.04, but I am getting the following error
message:
> require(RSVGTipsDevice)
Loading required package: RSVGTipsDevice
> devSVGTips(file =
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