search for: xmlheader

Displaying 5 results from an estimated 5 matches for "xmlheader".

Did you mean: xheader
2002 Dec 27
2
RSvgDevice & sapply(plotmeans)
...ith 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=TRUE) #par(bg="lightblue",ann=T) plt <- function(x) { plotmeans(h2[,x] ~ h2$V174,ylab=names(h2)[x],xlab="InglehartIndex",mean.labels=T, connect=list(1:2,3:4,4:5),ccol="red",pch=7,barwidth=1,barcol="black") title("Mittelwert-Plots Allbus 1998&...
2005 Sep 03
1
producing SVG files
...ce 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 complained about finding an empty file. Then I tried the example by: devSVG() plot(1:11,(-5:5)^2, type='b', main="Simple Example Plot") dev.off() and then again devSVG(file = "/home/adi/Rplots.svg", width = 1...
2005 Jan 10
1
Invisible plot using RSvgDevice
...2" height="19.83" style="stroke-width:1;stroke:#000000;fill:#32CD32" /> So it seems to be the "stroke:none;fill:none" text which will let the plot be "invisible"? I use following code: devSVG( file=filename, height = plot_height, width = plot_width, xmlHeader=TRUE, onefile=TRUE) plot1<-barplot(MI, col=c('limegreen'), beside=TRUE, width = c(1,1), space = c(0,1), ylab='mutual inf.', ylim=c(0,1), main=headertext) ... dev.off() I definitly changed no code, but the plot is invisible. Any help would be appreciated! Thanks for any help....
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
2010 Apr 05
20
SAS and R on multiple operating systems
Hi, This is not meant to be critical of R, but is intended as a possible source for improvements to R. SAS needs the competition. I am reasonably knowledgeable about R SAS-(all products including IML) SAS and R run on Windows(all flavors) UNIX(all flavors) Apple OSs Does R run on natively (no emulation)? We have quite a few users on these systems VAX-VMS Z-OS (mainframe) MVS VM/CMS(IBM)