similar to: Special paper for postscript

Displaying 20 results from an estimated 3000 matches similar to: "Special paper for postscript"

2005 Jan 06
2
Segmentation fault while using Mclust function of mclust library in R-2.0.1
Hi, all; I got an unusual error while using mclust library 2.1-7 on R 2.0.1. When I tried to run Mclust(rnorm(100)), I got segmentation fault error. Does anyone know what causes this problem? I came across the same problem even when I tried to run the example shown in Mclust help using iris data. Thanks in advance, Tae-Hoon Chung -------------------------------------------------- Tae-Hoon Chung
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all: Details: As performance measure, the classification error is used for classification, and the mean squared error for regression. ... Andy > From: Tae-Hoon Chung > > Hi, all; > > Basically, the subject contains the all information I need to know. > In e1071 library, there are functions to tune parameters.
2005 Jul 29
4
Way to make R idle for some time and try something again later
Hi, All; I have a question. In R, what is the best way to make R idle for a while and try something again later? For example, suppose there is an R job which accesses a file that may be shared with other active jobs. So when the file is being accessed by other job, your job will not be able to access the file and your job will crash because of that. To avoid this, you want your job to try to
2007 Oct 04
1
tcltk question
Is there any requirement for TclTk support for R? When I tried to call the tcltk library, it failed with the following message: > library(tcltk) Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : .First.lib failed for 'tcltk' The system information is as follows: Linux osirus.tgen.org 2.6.9-42.0.10.ELsmp #1
2007 Jul 21
1
set class attribute method question
Hi, All; Suppose I have a class 'dat' such that setClass('dat', representation (.version='character', x='numeric', y='numeric')). If I want to make a method that changes the .version slot of 'dat' class in a way like set.version(d) <- '0.2' when d is an object of 'dat' class, how can I do this? Thanks in advance. Tae-Hoon
2004 Jul 06
2
ESS does not recognize installed libraries
Hi, all. Something strange happened to my ESS. I use Mac OS X. When R is used in stand alone mode, it recognizes external libraries like "affy", "e1071" etc. However, when R is invoked through ESS in Emacs, it produces errors like: Error in library(affy) : There is no package called 'affy' Interestingly, I remember I successfully used these libraries through ESS in
2004 May 19
3
Web-application using R
Hi, all; Our group is planning to develop a web-based analysis package with R. I have some questions. (1) Can we use R as a daemon-like way such that, after invoking R and making it run in a kind of background mode, just put some R script into R using some pipe-like mechanism and retrieve the result out of it? (2) If this is possible, then how can we do it? If this is not possible, then what
2005 Jul 19
1
Library mclust in 64bit compiled R
Hi, All; I tried to use library mclust in 64-bit compiled R 2.0.1 but failed. Installation went smoothly without any warning or error. However, when I tried to use them with the following simple code, it crashed. Library(mclust) Dat <- c(rnorm(20, mean=0, sd=0.2), rnorm(30, mean=1, sd=0.2)) Ind <- Mclust(dat, 1, 5)$classification cbind(Dat, Ind) The error message was:
2004 Jul 01
5
Absolute ceiling on R's memory usage = 4 gigabytes?
Hello. By way of background, I am running out of memory when attempting to normalize the data from 160 affymetrix microarrays using justRMA (from the affy package). This is despite making 6 gigabytes of swap space available on our sgi irix machine (which has 2 gigabytes of ram). I have seen in various discussions statements such as "you will need at least 6 gigabytes of memory to normalize
2008 Aug 18
1
exonmap question: rma (or justplier) crashes
An embedded and charset-unspecified text was scrubbed... Name: ?????? ?? ????????. URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080818/dcaa0623/attachment.pl>
2007 Jul 20
0
set attribute method question
Hi, All; Suppose I have a class 'dat' such that setClass('dat', representation (.version='character', x='numeric', y='numeric')). If I want to make a method that changes the .version slot of 'dat' class in a way like set.version(d) <- '0.2' when d is an object of 'dat' class, how can I do this? Thanks in advance. Tae-Hoon
2005 Jan 03
2
Memory problem ... Again
Happy new year to all; A few days ago, I posted similar problem. At that time, I found out that our R program had been 32-bit compiled, not 64-bit compiled. So the R program has been re-installed in 64-bit and run the same job, reading in 150 Affymetrix U133A v2 CEL files and perform dChip processing. However, the memory problem happened again. Since the amount of physical memory is 64GB, I think
2004 Dec 28
2
Configuration of memory usage
Hi, all; I know there has been a lot of discussions on memory usage in R. However, I have some odd situation here. Basically, I have a rare opportunity to run R in a system with 64GB memory without any limit on memory usage for any person or process. However, I encountered the memory problem error message like this: Error: cannot allocate vector of size 594075 Kb I got this error message while
2009 Sep 04
3
eps file with embedded font
Dear list, I am trying to make eps file with embedded font. I use: postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE, paper="special", height=8, width=12, family="Helvetica") # plot stuff dev.off() since R does not embed font, I then use: embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
2005 Jun 01
3
x[x$a=="q",,drop=TRUE]
I'm trying to select a subset of a dataframe while dropping some factors. While the dataset gets smaller all Factor levels remain and I need to get rid of them. Strangely enough, I am almost certain that the same code on the same data worked OK earlier today - and it is not the first time that I'm not able to replicate earlier results with this command (I know, I might just be going
2007 Dec 07
2
R help mailing system configuration change?
An embedded and charset-unspecified text was scrubbed... Name: ?????? ?? ????????. Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071207/bfb7bf39/attachment.pl
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into a LATEX document it is impossible to get the caption close to the figure. I run the same program in Splus, and no problem of getting the caption just below the figure. Another thing, the ps file that S created is only 10% of the size of the file that R created. What is wrong? Are there some parameters to be set? Helgi
1998 Nov 25
1
Connect to Visual? and Bench Mark
Hi, Is there any possible way to connect to VB, VC++, Delphi, Python, etc... to R? I am trying to put some nice GUI using something like VB and use R as a back end for computations. I search through the FAQ and help archive, but could not find any. I am willing to look at any tools on Sun/Solaris environment as well (Like C or Python or Perl). If anyone can share some examples, pls let me
2007 Aug 06
1
TAE to RJ11 connector (hope not OT)
Hi, I'm trying to use a Detewe TA 33-clip but there is no rj11 connector on it...only a TAE connector. I'd like to create an adapter so I need to know which TAE pins to connect to RJ 11 pins. Is there anybody who knows where I can find a schema of that adapter? Single connector pinout may help too. TIA Giorgio Incantalupo
1999 Mar 24
1
Problems with Postscript output
Hi, I have a problem with the Postscript mechanism of R: If I save figures in landscape format and try to insert them into a LaTeX document, I always have to swap the dimensions of the bounding box in line 9 of the Postscript file. Is there any reason why we can't simply swap left and bottom as well as right and top in line 435 of devPS.c? Thanks Arne