similar to: Create png graph from script?

Displaying 20 results from an estimated 6000 matches similar to: "Create png graph from script?"

2002 Sep 04
1
readline doesn't work even thou cled=TRUE
Can anyone offer suggestion about getting readline to work on Solaris? (v1.5.1) When I use the up arrow or ctrl-p to try to repeat the last command my session just beeps. It appears that the .Rhistory file that should appear in my startup directory is not being created. Thanks! The screen shot below shows cled=TRUE and no .Rhistory file created: $ /apps/R-1.5.1/bin/R R : Copyright 2002, The
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!! The problem is fixed. On the version 1.4.0 Mac/darwin (the latest available version for this system) the function read.table (which is called from read.delim etc., too) has the bug you explained. Inserting the row nlines <- nlines+1 after lines <- c(lines, line) removes this bug. M. On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com
2014 Aug 28
3
PXE booting WinPE with UEFI architecture
Anyone have luck with pxechn32 and bootmgfw.efi? I'm getting the "Unable to retrieve first package" issue as reported by others. Really, any advice for UEFI booting into a winpe environment off of pxelinux 6.03 would be beneficial. Jason Jones Sr. Associate, Network Services | End User Computing 3947 N Oak St Ext | Valdosta, GA 31605 O +15137844955 E jason.s.jones at
2006 Nov 03
1
R CMD BATCH: unable to start device PNG
And on that note, here is a function that I use to get around it: -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Jeffrey Horner Sent: Friday, November 03, 2006 10:01 AM To: ryszard.czerminski at novartis.com Cc: r-help at stat.math.ethz.ch Subject: Re: [R] R CMD BATCH: unable to start device PNG ryszard.czerminski
2002 Mar 28
1
extracting non-NA columns from a data frame
I'm clustering using kmeans, and it doesn't accept NA. if NA occurs in a column of the data frame, it occurs in every column, including column 1. they say that a (good) programmer can write FORTRAN in any language, so I came up with this, where tbl is the data frame containing NA - > newtbl<-NULL > for (i in 1:length(tbl)){if (!is.na(tbl[1,i])){ + newtbl<-if
2002 May 08
1
Difference in 'read.table' between R.1.4.1 and R1.5.0
This sequence of commands worked fine in R.1.4.1. The data file was the same in both instances: > acct.log <- read.table(file, col.names=c('cmd', 'user', 'start', 'end', + 'elapsed', 'sys', 'usr', 'cpu', 'char', 'blocks'), + colClasses=c('NA', 'NA', rep('numeric',
2012 Apr 23
1
write a png inside a pdf for large graphics?
I routinely write graphics into multi-page PDFs, but some graphics (i.e. plots of large spatial datasets using levelplot()) can result in enormous files. I'm curious if there is a better way. For example: #First, make some data: library(lattice) d=expand.grid(x=1:1000,y=1:1000) d$z=rnorm(nrow(d)) #Now, the PDF. The following produces a PDF that's ~50MB.
2001 Aug 03
1
large address spaces in R
I have been using SPLUS on UNIX to do performance analysis of our computers and have some matrices that are about 15M rows with 8 columns. These are 'integers' and therefore take up about 500M of memory. I run on a system with 2G of memory and will utilize over a 1G when processing this data. I am considering using R and was wondering how large addresses spaces are handled under
2000 Aug 23
1
png device on Solaris
Hi, I compiled R 1.1.0 source on SUN Sparc solaric 2.5.1, using gcc 2.95.2. I need to use R to publish graphics to the web, the NEWS in this version said that there is a new png() device on X11(). But when I tried > png() I got this error. Error in png() : No png support in this version of R Can anyone tell me how to compile png support on solaris/unix? The new bitmap() device
2014 Sep 04
2
PXE booting WinPE with UEFI architecture
This got me closer, but it got to "Encapsulating winpe.wim..." and never went through the rest of the way. Ultimately PXELINUX apparently timed out and the machine rebooted. Here is relative portion of pxelinux: LABEL SCCM OSD Boot MENU LABEL ^2. SCCM OSD Boot com32 linux.c32 append wimboot initrdfile=bootmgr.exe,BCD,boot.sdi,winpe.wim TEXT HELP
1999 Dec 16
1
samba2.0.6 write errors
Hi Folks, I am running Samba 2.0.6 on Solaris 2.6 and I have a bunch of write errors showing up in my log.smb file. Here are some of them: ---------------------------------------------- [1999/12/16 14:25:42, 1] lib/util_sock.c:client_name(997) Gethostbyaddr failed for 10.41.0.184 [1999/12/16 14:25:42, 0] lib/util_sock.c:write_socket_data(537) write_socket_data: write failure. Error = Broken
2001 Aug 27
1
Error meesage from RGUI
I am using Version 1.3.0 (2001-06-22) on Windows/2000. Had loaded the 'lattice' and 'grid' libraries and was trying the example on densityplot: data(singer) densityplot( ~ height | voice.part, data = singer, layout = c(2, 4), xlab = "Height (inches)", bw = 5) ## Using a predefined panel function to fit a normal distribution
2001 Aug 22
1
Problems with trying to print 'refman.pdf'
When I try to print out the refman.pdf file of version 1.3.0 to an HP LaserJet 8000 PS printer, I get the error message "Error occurred while downloading a font. This document might not print correctly". The document does not print correctly. The index page looks fine on the monitor, but appear to print with a "Courier" type font that is squeezed to be proportitional. Has
2002 Jun 21
1
textConnection appears to be slow
I was trying to read in a file and delete lines that did not have the correct number of fields on them. I was reading the file as one character vector per line using 'scan' with sep='\n'. I was then using 'count.fields' with 'textConnection' to the object I just read in. I thought at first the system was locked up, but further testing showed that the
2004 Apr 03
2
a fix for rotated PDF graphs
Hi, I have found references for the following problem in the list archives, but no nice solution. So I decided to post one I came up with. The problem is that graphs output as eps files, for example using ps.options(onefile=FALSE, paper="special", width=8, height=8, horizontal=FALSE, pointsize=12) get rotated when I convert them to pdf using epstopdf. Both ghostview and
2001 Dec 29
1
Slow 'read.table' in R 1.4.0 (PR#1232)
The 'read.table' function appears to be up to 10X slower in R 1.4.0 than R 1.3.1 for some of the data sets I read in. I was comparing the source code for the 2 versions and see that it was rewritten in R 1.4.0. I think I found out what part of the problem might be. I was comparing R1.3.1 and R1.4.0 code and it appears that a statement is missing in some of the code for R 1.4. This is
2001 Sep 10
1
on.exit processing
I have encountered a 'strange' behavior in the 'on.exit' processing. I had a function where I setup an 'on.exit' condition and then later on added to it with an 'on.exit({...}, add=T)'. What appeared to happen is that on subsequent calls to the function, even if only the first 'on.exit' was called, it was still executing the one with the 'add=T'.
2011 Apr 21
2
Error in png: unable to start png() device
Hello. I have made many pngs in the past, but started having trouble with them yesterday. I just downloaded R 2.13.0 this morning, and was able to make some pngs earlier this morning. Now I am trying to remake them, but get the same error message I got yesterday: > u='in' > w=10.5 > h=8 > png('winbugs changepoint graphs ind hibs gt 400
2002 Jul 05
1
PDF file not created correctly
I am trying to put some text data in a graphical output file so that I have a single file with both the graphs and summary data. I was capturing the output via a 'sink(textConnection('output','w')). This seems to work fine, but in trying to put the text data in a graphics frame, I was having problems. When creating a postscript file, things were fine, but a PDF file appeared
2002 Jul 05
1
Exception created in RGUI.exe (PR#1748)
I was trying to print out some text on an empty PDF graph so that I would have the statistical data in the same file as the graphs. I was having problems in getting the output in a PDF file, but could get it in a postscript and BMP file. I put together the script below to see what 'fonts' were available on PDF, is it caused an exception. I was getting an exception in the pdf call