similar to: R-beta: legends and postscrip device

Displaying 20 results from an estimated 4000 matches similar to: "R-beta: legends and postscrip device"

2003 Jan 23
2
Exporting graphics window
Hi I'm working on a remote computer with R (SuSE 8.1) and I want to do some ploting. Does anyone knows if it is possible to export the graphics window in to my display and how I can do it ? Thanks EJ -- Ernesto Jardim <ernesto at ipimar.pt> Marine Biologist Research Institute for Agriculture and Fisheries Lisboa, Portugal Tel: +351 213 027 000 Fax: +351 213 015 948
2003 Jul 03
2
unlist
Hi I have a list with several data.frames, all with the same number of colunms but different number of rows, and I'd like to transform this list into a single dataframe. I need to mimic an rbind of all dataframes ... Transform doesn't seem to work :-( Thanks EJ -- Ernesto Jardim <ernesto at ipimar.pt> Bi?logo Marinho/Marine Biologist IPIMAR - Instituto Nacional de Investiga??o
2003 Jan 24
4
memory problems
Hi I'm computing a bca interval using bca.ci from the boot package. When I try to use this I get an error > library(boot) > boot(logglm.data,boot.fishpower,2500,coef.vec=coeflm.vec)->blm8901 > bca.ci(blm8901,index=29) Error: cannot allocate vector of size 456729 Kb However my machine has 2GB of memory and without R running I only have 112M of memory used. Is there something
2004 May 25
0
RMySQL problem - SOLVED
Hi, The problem was the row.names that were sent to the database and created an primary key duplicate. Now it works fine. BTW congratulations for the package. It copied 15300 rows by 11 columns in less than 5 seconds, in my PIII 833 with 1 GB RAM. > system.time(dbWriteTable(con, "TBL_SIMDATA", TBL.SIMDATA, append = TRUE, row.names=F)) [1] 3.87 0.05 4.86 0.01 0.00 Just one
2002 Oct 10
0
Re: [R-gui] NEdit Highligth patterns for R
-----Forwarded Message----- > From: Ernesto Jardim <ernesto at ipimar.pt> > To: Agustin Lobo <alobo at ija.csic.es> > Subject: Re: [R-gui] NEdit Highligth patterns for R > Date: 10 Oct 2002 14:36:24 +0100 > > Hi > > You have to install the *.pats file. > > Use > > nedit -import R-5.1.pats > > then "save defaults". > > If
2003 Jan 16
1
bootstraping lm
Hi I'm doing a bootstrap of a linear model using: boot.fishpower <- function(data, i){ data <- data[i,] fplm <- lm(log(U)~Q+S+P+B+D, data=data) fp <- coef(fplm) exp(fp) } > boot(logglm.data,boot.fishpower,100) Error in "[<-"(*tmp*, r, , value = statistic(data, i[r, ], ...)) : number of items to replace is not a multiple of replacement length
1998 May 14
0
R-beta: Legends and Postscript devices
Ernesto, 1) I generally preview the graphics on the x11() display, and then print to a file using the 'postscript' output device. Using the following procedure has never failed for me. >plot(x,y,...) >legend(...) >postscript("Rplots.ps",paper="a4",width=6,height=5, + family="Times") >plot(x,y,...) >legend(...) >dev.off >system("lpr
2002 Oct 10
1
NEdit Highligth patterns for R
Hi I've just submitted to the NEdit development team a R highligth patterns for NEdit (www.nedit.org). NEdit is a text editor for LINUX which I use to write small R functions. In my opinion is a very good tool for small scripts, maybe for huge projects is not the best. I'm attaching the R-5.1.pats file so you can try it. As usual contributions and comments are welcome. Regards EJ
2003 Jun 05
1
scales in xyplot doesn't seem to work for x axis
Hi I'm doing a xyplot and I wand to reduce the number of tick marks in the x axis. My x axis are month and I want to reduce the 12 tick marks to 4. I used the scales argument but it doesn't seem to work, althougth it works on y axis if I use scales=list(tick.number=4).
2000 Aug 18
0
cook's distance
Hi Where can I find information about the cook's distance that appears in the plot(lm.object) function ? Thanks ernesto -------------- next part -------------- A non-text attachment was scrubbed... Name: ernesto.vcf Type: text/x-vcard Size: 321 bytes Desc: Card for José Ernesto Jardim Url : https://stat.ethz.ch/pipermail/r-help/attachments/20000818/1e5a8925/ernesto.vcf
2003 Sep 08
0
New highlighting for NEdit 5.3
Hi, I've just put together a new R syntax highlighting file for Nedit 5.3. I've borrow the "base" functions of Jedit (thanks to Tobias Elze and Zed A. Shaw) so now NEdit highlights a little more than before :) You can download the file here: http://ernesto.freezope.org/cmf/starthere/r/R-5.3.pats Just import it into NEdit with > nedit -import R-5.3.pats and save your
2004 Jul 09
3
Problem with bwplot
Try factor(vec2) in your bwplot() call. -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of Ernesto Jardim Sent: Friday, July 09, 2004 9:41 AM To: Mailing List R Subject: [R] Problem with bwplot Hi, I'm ploting some box-and-whisker plots with bwplot but I'm not getting any box-and-whiskers ... just dots.
2001 Apr 03
2
Importing from Splus (PR#891)
Full_Name: Ernesto Jardim Version: 1.2.2 OS: SuSE Linux 6.4 Submission from: (NULL) (193.137.98.92) I wanted to import an array, dim=c(28,12,17), from splus into R.On splus I did dump(c("array"),file="dump.out) I checked and Splus could source it. Than, in R I tryied to source it with: source("dump.out") and got and error message: > source("dump.out")
2000 Aug 04
3
How to use complicated FUN in apply ?
Hi everyone I'm trying to use sigma2.mat<-apply(ri.mat,2,'-n/2*log(sum(ri.mat^2)/n)') but it's not working. Is it wrong to use that kind of FUN in apply ? or am I doing something wrong ?! Thank's ernesto -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
1998 Aug 31
0
R-beta: Legend again !
Hi, again ! I'm trying to add a legend to a group of graphs I have in one page (using: par(mfrow=c(4,2))). The legend must be in one part of the page so that it can be used to all graphs but when I try the lines type (lty) disapears and only the plotting symbols still be there. Why ? the command I'm using is: legend(3,160,leg.txt,text.width=2.8,cex=.6,lty=c(1,2,0),xjust=1,pch=c(0,0,1))
2004 Jul 28
1
Fw: Another big data size problem
On Wed, 28 Jul 2004 09:53:08 +0200 Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote: > > If your data is numeric, you will need roughly > > 1220 * 20000 * 8 / 1024 / 1024 ~~ 200 MB > > just to store one copy in memory. If you need more than two copies, your > machine with its 512MB will start to use swap space ..... > Hence either use a machine with more
2000 Apr 05
1
Histogram with plot() function
Hi I'm trying to make an histogram using the plot() function. Mainly I do so because I need to make the histogram of the values in the vector and not of the "counts" or "probabilities" of it. The main problem is that when using the flags type="h", lwd=10 I get a histogram with rounded bars ... and I didn't found out how I can change this. All help will be
2004 Oct 19
1
Help with strange vertical line in plot
Hi, I'm ploting a portuguese map with "plot" but I'm getting a strange vertical line. To avoid posting binary files, I've rolled the data file, an R script and the resulted ps file in this tgz file http://ernesto.freezope.org/ploterror.tgz. Can someone give me an help on this ? Thanks EJ
1998 Jul 22
1
R-beta: NaN & Inf
Can someone explain what this words (NaN and Inf) mean ? I get then as a result of some matrix operations, in the end I have a matrix without any figures just this words. regards ernesto ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
2011 Jul 18
1
game issues: league of legends
I've been searching and I found no post that cloud help me for long time I cloud have played league of legends whit any trouble, the problem came when the dammit new launcher appeared totally ruining my chances to play...since then I uninstalled everything related whit it and now I would like to know if there's some way to play it again despite the new launcher( v.box doesn't make it