Re: [R] Why does a 2 GB RData file exceed my 16GB memory limit when reading it in?

2020-09-02 Thread Leandro Marino
again with the SOAR::Store() For my use, this package is terrific! I use it with an analysis that I need to repeat over medium-large similars datasets. Best Leandro Em qua., 2 de set. de 2020 às 18:33, David Jones escreveu: > Thank you Uwe, John, and Bert - this is very helpful context. >

Re: [R] Microsoft R Server

2016-04-14 Thread Leandro Marino
ified version of R is the one they are putting in their servers. As I could search few weeks ago they inform us that all R packages works with their version. Best Leandro 2016-04-14 9:33 GMT-03:00 John Sorkin : > Has anyone ever heard of or used Microsoft R server? Does the product > wor

[R] Show all elements

2015-03-09 Thread Leandro Marino
ething else with summarize? I realy need to the function to return all factors in the var even it they are an empty set. thanks in advance. leandro [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

[R] Suggestion in justify in write.fwf {gdata}

2015-03-04 Thread Leandro Marino
preparing manually each file. I was wondering something like justify=c(rep('right',3),'left',rep('right',2),rep('left',10)) in a file that has 15 columns. Best, Leandro [[alternative HTML version deleted]]

Re: [R] How to subset data, by sorting names alphabetically.

2015-02-12 Thread Leandro Roser
de >> http://www.R-project.org/posting-guide.html >> > and provide commented, minimal, self-contained, reproducible code. >> >> __ >> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.eth

Re: [R] Problem with latex when checking a package

2015-01-15 Thread Leandro Roser
Hi, Richard. I was putting some piece of code in a wrong section (description). After correcting that, I have no more errors. Many tanks for your help, Leandro. 2015-01-16 1:59 GMT-03:00 Richard M. Heiberger : > You didn't show your code, so this is a guess. > > My guess is tha

[R] Problem with latex when checking a package

2015-01-15 Thread Leandro Roser
it. ! You can't use `macro parameter character #' in vertical mode. l.164 ## I think the program is having problems with the \dontrun{} sections when creating the PDF. Does anyone know how to solve this problem? Thanks in advance, -- Lic. Leandro Gabriel Roser Laboratorio de Genética

[R] How to highlight a group on a dendrogram

2014-11-11 Thread Leandro Colli
;, xlab="") I would like that the group "Para" at this plot appears on bold. Is it possible using plot? Thank you very much, Leandro [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.e

[R] Survey

2014-04-02 Thread Leandro Marino
Dear R-Users, I was using survey for the past years and now I am experiencing some problems with scripts that was working in the past. We are working with big data bases so I can't put all variables that I will use in the svydesign. Script working: > data(api) > dclus1<-svydesign(id=apiclus1$d

Re: [R] RMySQL problems in ubuntu 12.04.2

2013-06-29 Thread Leandro Marino
.br> *LEANDRO MARINO* | Showmetech Estatístico | Fotógrafo Mobile: 55 21 9845-7707 Email: cont...@leandromarino.com.br Profiles SMT: facebook <http://www.facebook.com/showmetech> | twitter<http://www.twitter.com/showmetech> | Google+ <https://plus.google.com/11544078

[R] RMySQL problems in ubuntu 12.04.2

2013-06-29 Thread Leandro Marino
his? Best, Leandro Configuration error: could not find the MySQL installation include and/or library directories. Manually specify the location of the MySQL libraries and the header files and re-run R CMD INSTALL. INSTRUCTIONS: 1. Define and export the 2 shell variables PKG_CPPFLAGS

Re: [R] Why can't R understand if(num!=NA)?

2013-05-03 Thread Leandro Marino
You can use only if(!is.na(num)) [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide com

Re: [R] Windows RT or Windows 8

2013-04-13 Thread Leandro Marino
Dear Levke, R works perfect with windows 8. I didn't update to the 3.0 version but I guess that will work too. Windows Rt differ from Windows 8 in a lot of things really don't know if it will work. Kindly, Leandro <http://www.showmetech.com.br> *LEANDRO MARINO* | Showme

[R] AUC from ENFA model

2013-02-12 Thread Leandro Abade
would like to assess the performance of the ENFA, however, I am not sure about how to tackle this. I did not understand how to extract the prediction values from each output to generate the AUC/ROC. Please, could anyone give me a hand with that? Thank you very much, Leandro

[R] AUC from ENFA model

2013-02-12 Thread Leandro Abade
would like to assess the performance of the ENFA, however, I am not sure about how to tackle this. I did not understand how to extract the prediction values from each output to generate the AUC/ROC. Please, could anyone give me a hand with that? Thank you very much, Leandro

[R] Error in R (ENFA) : Error in eigen(Se) : infinite or missing values in 'x'

2013-02-11 Thread Leandro Abade
infinite or missing values in 'x' Any help will be much appreciated. Thank you, Leandro [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting g

Re: [R] R and Windows 8

2013-01-16 Thread Leandro Marino
I'm using R 64 in Win8 64 without problems. Only the StatET plugin for eclipse is not working. 2013/1/16 Prof Brian Ripley > On 16/01/2013 16:06, Claire Oswald wrote: > >> Hello: >> >> I'd like to know if R will run under Windows 8? >> > > We have students running it under Windows 8, 32- and 64

Re: [R] Editor to program with CRAN R

2012-05-05 Thread Leandro Marino
> I think that if you're not familiar with emacs or vim I suggest you to use RStudio. If you're a programmer that knows how to use eclipse I think eclipse with statet it will be the best solution. Another option that you have is the notepad + + with NppToR plugin > > Best, >

Re: [R] Order a data frame based on the order of another data frame

2012-03-05 Thread Leandro Marino
it's good to check if all elements from rownames(snp.matrix$fam) are in rownames(data_one). setdiff( rownames(snp.matrix$fam),rownames(data_one)) setdiff(rownames(data_one),rownames(snp.matrix$fam)) * * * * * * * * Atenciosamente, Leandro Marino http://www.leandromarino.com.br (Fotóg

Re: [R] Tinn-R

2011-10-07 Thread Leandro Marino
ve to configure TINN-R when you install a new release of R. ** In the Option >> Application >> R you have an option to use i384 or x64. I didn't understood the problem of the changes in the R path. *Atenciosamente, Leandro Marino http://www.leandromarino.com.br (Fotógrafo) http:

Re: [R] Tinn-R

2011-10-05 Thread Leandro Marino
e. After that you have only to open tinn-r and inside it open the R or the Rterm (i prefer this one because consumes less memory). Regards, Leandro *Atenciosamente, Leandro Marino http://www.leandromarino.com.br (Fotógrafo) http://est.leandromarino.com.br/Blog (Estatístico) Cel.: + 55 21 9845-7

Re: [R] How do I get a weighted frequency table?

2011-08-28 Thread Leandro Marino
*Luca, * you may use survey package. You have to declare the design with design function and than you can you svytotal, svyby, svymean functions to do your tabulations. Regards, Leandro Atenciosamente, Leandro Marino http://www.leandromarino.com.br (Fotógrafo) http://est.leandromarino.com.br

[R] How to use a value of an aboject in a line command?

2011-02-06 Thread Leandro Colli
of i. I though to use `print(i)`, like Shell, to modify my test line command, but i does not works. Do I was clear? I need to do it because the test will be done in a list of genes (for i in genes). Thank you very much, regards, Leandro Colli [[alternative HTML

Re: [R] Graphics API version mismatch with RSVGTipsDevice

2010-11-12 Thread leandro
Dear Prof. Ripley Thank you for your help. It works perfectly now. I did not realise that just using update.packages() was not rebuilding the packages under the new R version. Best, Leandro On Fri, 2010-11-12 at 14:33 +, Prof Brian Ripley wrote: > You need to reinstall these packages w

[R] Graphics API version mismatch with RSVGTipsDevice

2010-11-12 Thread leandro
R version, but not exactly sure when). the RSvgDevice is also not working anymore (it started giving this same error before, while RSVGTipsDevice was still working two months ago). I would really appreciate any help with this matt

Re: [R] Using Ubuntu as a Server

2010-07-10 Thread Leandro Marino
What I was trying to say is that TINNR has a possibility to connect to R on a server. I want to know if its possible to have the r in a server with ubuntu and use it from the TINNR software. Sent from my mobile. Att, Leandro Marino http://www.leandromarino.com.br (Fotógrafo) http

[R] Using Ubuntu as a Server

2010-07-10 Thread Leandro Marino
*Hi, I want to know how can I configure R in a Ubuntu to be a server. I am planning to use R in a Windows machine with Tinn-R, but I want R running at an Ubuntu Lucid machine. How can i do this? *Atenciosamente, Leandro Marino http://est.leandromarino.com.br/Blog (Estatístico) Cel.: + 55 21

[R] RES: R help for read.table()

2010-01-20 Thread Leandro Marino
Hi, You didnt put the parameter sep=' ' in the read.table. If you try to see str(file), i think you are going to see only one column. read.table("data.txt",header=FALSE,sep=' ') Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Sant

[R] ggplot2 = bar size

2010-01-04 Thread Leandro Marino
ill=c(rgb (000,100,000,maxColorValue=255),rep(rgb(110,139,061,maxColorValue=255), 9))) Now, I want to know how can i change the size of the bar. I want to draw it thinner than it appears into the R Graphics Console. Another doubt is how can I use another format into the y label, called in this

[R] RES: Re : How to Import Excel file into R 2.9.0 version

2009-08-11 Thread Leandro Marino
Another possibility is to download the xlsReadWrite package in http://treetron.googlepages.com/xlsreadwrite.htm And use the read.xls() function. I am using this package without problems. Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011

[R] Problems with help

2009-06-25 Thread Leandro Marino
is happening? Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 2103-9600 R.:236 ( (21) 8777-7907 ( lean...@cesgranrio.org.br "Aquele que suporta o peso da sociedade é precisamente aq

[R] RES: Hi

2009-06-15 Thread Leandro Marino
Try this: mrp <- function(){ r <- list() mr<-matrix(0,4,1) for(i in 1:4){ r[[i]] <- lm(dat(,i+1)~dat(,1)) mr[i,1] <- coefficients(r[[i]]) } mr } Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro,

[R] RES: help

2009-05-21 Thread Leandro Marino
> a <- matrix(c(1:4),ncol=2) > b <- matrix(c(5:8),ncol=2) > a [,1] [,2] [1,]13 [2,]24 > b [,1] [,2] [1,]57 [2,]68 > a+b [,1] [,2] [1,]6 10 [2,]8 12 Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação

[R] RES: Read.table problems

2009-05-18 Thread Leandro Marino
I was having this problem with a file. My problem was a ' indo the name, link Ricardo D'avilla, the ' skipped all sep to the end of the file. Maybe it is your problem. Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 -

[R] RES: SAS PROC SORT nodupkey

2009-05-12 Thread Leandro Marino
Amor, You have the possibility to use the duplicated() function. A[!duplicated(A[,var]),] Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 2103-9600 R.:236 ( (21) 8777-7907 ( lean

[R] RES: RES: Removing rows

2009-03-12 Thread Leandro Marino
Sorry, act_2temp <- act_2[which(!duplicated(act_2[,c(1: 6 )])),] # not 5 Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 2103-9600 R.:236 ( (21) 8777-7907 ( lean...@cesgranrio.org

[R] RES: Removing rows

2009-03-12 Thread Leandro Marino
Hi Tammy, You can do: act_2temp <- act_2[which(!duplicated(act_2[,c(1:5)])),] act_2temp[1:5,] act_2 <- act_2temp rm(act_2temp) Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 210

[R] RES: portable R editor

2009-03-09 Thread Leandro Marino
Another possibility is buy an U3 smartdrive (U3). And then you can use de UltraEdit Portable. It’s a good text editor with some level of support for R. Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP

[R] Numbers

2009-03-06 Thread Leandro Marino
Hi, I know the function LETTERS, but, now I have some letters to convert it in numbers, like A=1,B=2, etc... Is any function to do that? Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21

[R] RES: R on netbooks et al?

2009-03-05 Thread Leandro Marino
I use it on an ASUS EEE 701 PC! It works with some limitation, because this model have only 512mb of RAM. But it is working fine. The OS is Windows XP. I think that the better netbooks is one from HP, this netbook have an normal keyboard. Atenciosamente, Leandro Lins Marino Centro de Avaliação

[R] RES: xlsReadWrite package repository for Ubuntu

2009-03-03 Thread Leandro Marino
I think in this case its better use the write.csv. Microsoft Excel reads csv files normally. Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 2103-9600 R.:236 ( (21) 8777-7907 ( lean

[R] RES: object ".trPaths" not found

2009-03-02 Thread Leandro Marino
Did you do the configuration of Tinn-R after the installation? Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 R (21) 2103-9600 R.:236 ( (21) 8777-7907 ( lean...@cesgranrio.org.br "Aquel

[R] LATTICE

2009-02-04 Thread Leandro Marino
sep=as.factor(rep(1:2,10)),i=runif(20)) bwplot(dados[,'varsep']~dados[,'i'],xlab=names(dados)[2],ylab=names(dados)[1 ],panel =function(...){panel.grid(v = -1, h = 0);panel.bwplot(...)},font=2,fontfamily='serif') Thanks for any help on advance and sorry about my English.

[R] color and fontfamily in lattice

2009-02-03 Thread Leandro Marino
sep=as.factor(rep(1:2,10)),i=runif(20)) bwplot(dados[,'varsep']~dados[,'i'],xlab=names(dados)[2],ylab=names(dados)[1],panel =function(...){panel.grid(v = -1, h = 0);panel.bwplot(...)},font=2,fontfamily='serif') Thanks for any help on advance and sorry about my English.

[R] RES: memory limit

2008-11-26 Thread Leandro Marino
It depends of the number of the variables. If you are using 2 or 3 variables you can do some things. I should you read about ff package and ASOR packages they manage the dataset to do some kind of IO. Regards, -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de

[R] Package Deal

2008-10-20 Thread Leandro Marino
? Regards, Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 ( (21) 2103-9600 R.:236 ( (21) 8777-7907 * [EMAIL PROTECTED] "Aquele que suporta o peso da sociedade é precisamente aquele que obtém as me

[R] Jpg files in R

2008-08-25 Thread Leandro Marino
If I have an file like an JPG, gif, png or other, exist any kind of function in the R to see de dimension in pixels of this image? Thanks Atenciosamente, Leandro Lins Marino Centro de Avaliacao Fundacao CESGRANRIO Rua Santa Alexandrina, 1011 - 2o andar Rio de Janeiro, RJ - CEP: 20261-903

[R] Time Series w/irregular frequency, how to construct a time series object?

2008-08-20 Thread Marco Leandro Carmosino
Hello, I am having trouble constructing a time series object for my data. This is because the frequency is irregular: one year, there may be only 100 individuals, another 200. There are 100 measurements for every individual. I have the observations in a data frame with the year that they were take

[R] RES: Font size in plots (I do NOT understand par help)

2008-08-06 Thread Leandro Marino
> par(ps=15) > plot(1:10) -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Stephane Bourgeois Enviada em: quarta-feira, 6 de agosto de 2008 11:38 Para: r-help@r-project.org Assunto: [R] Font size in plots (I do NOT understand par help) Hi, I do not get how p

[R] RES: Merging two datasets

2008-08-06 Thread Leandro Marino
> merge(df1,df2,by=commonvar,all=T) Regards, Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Shreyasee Pradhan Enviada em: quarta-feira, 6 de agosto de 2008 11:15 Para: r-help@r-project.org Assunto: [R] Merging two datasets I am facin

[R] RES: Simple... but...

2008-07-23 Thread Leandro Marino
I thinks this is the solution that you want! as.vector(matrix(c(x,y),byrow=T,ncol=3)) -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Wacek Kusnierczyk Enviada em: quarta-feira, 23 de julho de 2008 10:25 Para: R help Assunto: Re: [R] Simple... but... Shubha V

[R] RES: Colours in R

2008-07-17 Thread Leandro Marino
I know that! But i will select about 10 colurs and show him But he needs in that format! thanks@ -Mensagem original- De: Duncan Murdoch [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 17 de julho de 2008 11:32 Para: Leandro Marino Cc: [EMAIL PROTECTED] Org Assunto: Re: [R

[R] Colours in R

2008-07-17 Thread Leandro Marino
that is possible with R, but i don't know how. Thanks for the advance. Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa Alexandrina, 1011 - 2º andar Rio de Janeiro, RJ - CEP: 20261-903 ( (21) 2103-9600 R.:236 ( (21) 8777-7907 * [EMAIL PROTECTED] "

[R] Exporting an list()

2008-07-15 Thread Leandro Marino
ments imply differing number of rows: 5, 3, 4, 6 > Thanks for the help! Leandro Marino __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

[R] Bootstrap in betareg()

2008-07-10 Thread Leandro Marino
Hi list, I have an database (30.000 entrys) that my R is not modelling into betareg() so I decided to do an sample and uses an bootstrap to give me the correct estimates to the variance. Anybody knows what library can I use in this case? Regards, Atenciosamente, Leandro Lins Marino Centro de

[R] RES: Sum(Random Numbers)=100

2008-07-08 Thread Leandro Marino
One of possible solutions is: generate all the numbers. num <- rpois(...) num <- round(num/sum(num)*100,0) sum(num) I don't know if it is the best solution, but is one! Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Peter Dalga

[R] RES: Error while plotting matrix

2008-07-04 Thread Leandro Marino
data frame? Do you have to output this in a list()? Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de mysimbaa Enviada em: sexta-feira, 4 de julho de 2008 12:51 Para: r-help@r-project.org Assunto: [R] Error while plotting matrix Dear R

[R] RES: initialize a matrix

2008-07-04 Thread Leandro Marino
You have to put the tml in the function and deltat too. like VAR<-function(power,length,deltat,tml){ -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de mysimbaa Enviada em: sexta-feira, 4 de julho de 2008 11:22 Para: r-help@r-project.org Assunto: [R] initializ

[R] exporting ftable

2008-07-02 Thread Leandro Marino
; 0 0 0 "2" 0 0 1 "3" 1 2 0 "4" 0 6 1 "5" 0 0 0 "6" 0 2 1 "7" 2 2 0 "8" 0 0 0 "9" 12 0 0 "10" 0 0 2 "11" 0 0 0 "12" 0 0 0 I used to export: write.table(x,"c:/x.txt") Thanks in advance

[R] Migrating from S-Plus to R - Exporting Tables

2008-07-02 Thread Leandro Marino
/questimp1104m.txt",dec=".",sep=";",append=T,quote=F) } How can I put the row.names before the col num in R? And how can I remove the x in first line and the number 1 and the ^t in the second line before Q05? Thanks for the advance! Leandro Marino _

[R] RES: bug in axis.Date? was (Re: newbie needs help plotting timeseries)

2008-07-02 Thread Leandro Marino
You can do this plot saying to R that your file is a time series with the ts() function. serie=ts(x,) and then you use plot(serie) -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Petr PIKAL Enviada em: quarta-feira, 2 de julho de 2008 05:04 Para: Kathi Cc:

[R] RES: Change name of a specific column of a data frame

2008-07-01 Thread Leandro Marino
You can use names(database)[position] where position is the number of the column that you want to rename! Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de [EMAIL PROTECTED] Enviada em: terca-feira, 1 de julho de 2008 16:18 Para: R-help@r

[R] RES: plot window

2008-07-01 Thread Leandro Marino
I will see the code! It is similar that i want! Thanks a lot! -Mensagem original- De: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 1 de julho de 2008 16:22 Para: Leandro Marino Cc: [EMAIL PROTECTED] Org Assunto: Re: [R] plot window Look at the code for the

[R] plot window

2008-07-01 Thread Leandro Marino
| | | | | | | |-| | | | PLOT 6| | | ___ and other configurations! Thanks for the help! Atenciosamente, Leandro Lins Marino Centro de Avaliação Fundação CESGRANRIO Rua Santa

[R] RES: WIERD: Basic computing in R

2008-07-01 Thread Leandro Marino
Hi, the problem is what you want! With the -2.7^8.6 you are doing -(2.7^8.6) it exists... But, if you try (-2.7)^8.6 the R gives you NaN. When you define p=-2.7 and q=8.6 and do p^q you are doing that (-2.7)^8.6. If you write p=2.7 and q=8.6 and use the -p^q it will work! Leandro Marino

[R] RES: "Invalid object" error in boxplot

2008-07-01 Thread Leandro Marino
this sintax: boxplot(your_base[,c("V1","V2","V3"]) or boxplot(your_base[,c(5:7)] Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de [EMAIL PROTECTED] Enviada em: terca-feira, 1 de julho de 2008 12:22 Para: r-

[R] RES: how to automatically maximize the graph window (under XP) ?

2008-07-01 Thread Leandro Marino
Hi, you can use the jpeg(), pdf(), bmp() functions. In this function you can determinate the size of the graph, background color, quality of the image. Leandro Marino -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Ptit_Bleu Enviada em: terca-feira, 1 de

[R] Graphs in R

2008-06-30 Thread Leandro Marino
b="Santa Catarina",ylab="Freqüência",col="antiquewhite4",main="") hist(RS[,i+2],nclass=75,xlab="Rio Grande do Sul",ylab="Freqüência",col="antiquewhite4",main="") dev.off() } The problem is the name of the file, I want to do something like grafi.jpg where i goes from 1 to 250. Thanks a lot for the help. Best Regards, Leandro Marino __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] RES: Need ideas on how to show spikes in my data and how to codeit in R

2008-06-30 Thread Leandro Marino
b="Santa Catarina",ylab="Freqüência",col="antiquewhite4",main="") hist(RS[,i+2],nclass=75,xlab="Rio Grande do Sul",ylab="Freqüência",col="antiquewhite4",main="") dev.off() } The problem is the name of the file, I want to do something like grafi.jpg where i goes from 1 to 250. Thanks a lot for the help. Best Regards, Leandro Marino __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Read sas7bdat

2008-06-26 Thread Leandro Marino
quot;) SAS failed. SAS program at C:\DOCUME~1\leandro\CONFIG~1\Temp\RtmpXR1Tid\file3d6c4ae1.sas The log file will be file3d6c4ae1.log in the current directory NULL Warning messages: 1: In system(paste(sascmd, tmpProg)) : "sas" não encontrado 2: In read.ssd("X:\\users\\Anresc07", &qu

[R] Loading an S-Plus object, database

2008-06-26 Thread Leandro Marino
Hi I am changing my databases from S-plus to R. I want to know how can I use that? May I only attach the folder _Data equal I do in S-plus? Thanks! Best Regards, Leandro Marino __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman