[R] tcl tk: set the position button

2023-03-13 Thread Rodrigo Badilla
ST", width = 77) tkgrid(butOK) Thanks in advance Saludos Rodrigo  -- Este correo electrónico ha sido analizado en busca de virus por el software antivirus de Avast. www.avast.com [[alternative HTML version deleted]] __ R-help@r-project.

[R] R 'arima' discrepancies

2023-01-06 Thread Rodrigo Ribeiro Remédio
er softwares making mistakes (converging when they shouldn't, for example)? In a summary, the question is: is R's base |arima| (which |Arima|, from 'forecast', and |ARIMA| from 'fable' are based on) really reliable? Edit: Stata gives the same results as did G

Re: [R] help with nesting if else statements

2020-09-24 Thread Rodrigo Ângelo
Hi Ana, The ifelse function works like this: *ifelse(condition, if.true, if.false)* it will check the condition, and if, and only if, condition is true, it will execute whatever is in if.true, and if condition is false (and only if the condition is false) it will execute what's in if.false. wh

[R] nlminb error

2017-04-09 Thread Rodrigo Andres Cristancho Castellanos
ce of the prediction error can not be computed. I´m trying to optimize a likelihood function. The code is a little messy, you can find it at the end of the email. I´ll appreciate any kind of help. Regards. Rodrigo Cristancho. library(foreach) library(FKF) library(ggplot2) library(gridExtr

[R] Reshaping an array - how does it work in R

2016-03-21 Thread Rodrigo Botafogo
njin: http://www.renjin.org/ NetCDF-Java: http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/ MDArray: https://github.com/rbotafogo/mdarray/wiki SciCom: https://github.com/rbotafogo/scicom https://github.com/rbotafogo/scicom/wiki/A-(not-so)-Short-Introduction-to-SciCom -- Rodrig

[R] Two conditions selection

2015-08-04 Thread Rodrigo Díaz
Hi. I have a matrix like this: cycle=c(rep(1,3),rep(2,3),rep(3,3),rep(4,3))col=c(rep("blue",2),rep("green",2),rep("blue",2),rep("green",2),rep("blue",2),rep("green",2))values=c(1:12)data.frame(cycle,col,values) # cycle col values#1 1 blue 1#2 1 blue 2#3 1 green

Re: [R] Proportion data GAM

2014-10-15 Thread Rodrigo Tardin
= -0.00255 Deviance explained = 11.7% -REML = -19521 Scale est. = 1 n = 1560 Thanks a lot one more time! Rodrigo Tardin Shor Term Scholar - Duke Marine Lab. - Duke University Doutorando em Ecologia e Evolução - IBRAG - UERJ M.Sc em Biologia Animal - PPGBA - UFRRJ Especialista em

Re: [R] Proportion data GAM

2014-10-15 Thread Rodrigo Tardin
;base") file.path(.Library, "base") else if (pkg %in% : missing value where TRUE/FALSE needed In addition: There were 50 or more warnings (use warnings() to see the first 50) Thanks Rodrigo Tardin Shor Term Scholar - Duke Marine Lab. - Duke University Doutorando em Ecologia e Evolução

[R] Proportion data GAM

2014-10-15 Thread Rodrigo Tardin
s(x0)+s(x1)+s(x2)+s(x3),family=betar(link="logit"),data=dat) Does anyone know what it seems to be the problem? Thanks in advance, Rodrigo Rodrigo Tardin Shor Term Scholar - Duke Marine Lab. - Duke University Doutorando em Ecologia e Evolu��o - IBRAG - UERJ M.Sc em Biologia Animal - PP

[R] Process Forked at MAC

2014-04-01 Thread Rodrigo Martinez Flores
again. tm and SnowballC installed. Runing: R 3.0.3 GUI 1.63 Snow Leopard build (6660) I tried restarting system, deleting start-up sw, but nothing. Your help will be much appreciated. Thank you. Rodrigo. Hardware info: Nombre del modelo:MacBook Air Identificador del m

[R] How to plot a shifted Gamma distribution

2014-02-13 Thread Rodrigo Cesar Silva
;l') This generates a distribution with origin equal zero, but I want the origin to be x0 How can I handle shifted gamma distribution in r? Thanks a lot! Rodrigo. [[alternative HTML version deleted]] __ R-help@r-project.org mail

[R] Boxplot from statistics of original data

2013-09-26 Thread Rodrigo César da Silva
set of bloxplots in R using only this information? I know how to build a boxplot using the boxplot function, but I do not have access to the actual data, just this statistics. Thanks, Rodrigo Cesar da Silva Analista de Informações IPPLAN - Instituto de Pesquisa Adm e Planejamento Tel.: (12

[R] Two Factors and a Numeric Variable in a Plot

2011-02-09 Thread Rodrigo Aluizio
3 B B04_R1 0.974706 4 B B04_R2 0.966461 4 B B04_R3 0.949697 4 B B05_R1 0.958339 5 B B05_R2 0.952168 5 B B05_R3 0.96301 5 B Thank you very much. Regards. --- MSc. <mailto:r.alui...@gmail.com> R

[R] Postscript function Bug at R x64 2.12.1?

2011-01-11 Thread Rodrigo Aluizio
Hi, a correction in the previous script. Anyone who tries to use it must ignore (remove) the [,-7] after the Grupos object. Sorry. De: Rodrigo Aluizio [mailto:r.alui...@gmail.com] Enviada em: terça-feira, 11 de janeiro de 2011 11:01 Para: R Help Assunto: Postscript function Bug at R x64

[R] Postscript function Bug at R x64 2.12.1?

2011-01-11 Thread Rodrigo Aluizio
#x27;CorMatrix.png',bg='white',width=2800,height=2800,res=300) # Here everything goes fine par(pty='m') pairs(Grupos[,-7],lower.panel=panel.smooth,upper.panel=panel.cor) dev.off() # System Information Sys.info() sysname release ve

Re: [R] RES: Barplot with "Independent" Lines Y axis

2010-12-11 Thread Rodrigo Aluizio
Well, at least I could help (even if unintentionally), as a compensation for all the help I got from the list. Cheers. Em sexta-feira, 10 de dezembro de 2010, Jim Lemon escreveu: > On 12/10/2010 08:48 PM, Rodrigo Aluizio wrote: > > OK that's it. Working nicely. I sent the final

Re: [R] RES: Barplot with "Independent" Lines Y axis

2010-12-10 Thread Rodrigo Aluizio
OK that's it. Working nicely. I sent the final graph with the note of the twoord.plot help attached to it. And some "personal" comments Thank you very much for all the help and remarks. Rodrigo. 2010/12/10 Dennis Murphy > Hi: > > Like Peter Ehlers, I'm not a

[R] RES: Barplot with "Independent" Lines Y axis

2010-12-09 Thread Rodrigo Aluizio
-feira, 9 de dezembro de 2010 17:57 Para: Rodrigo Aluizio; 'R Help' Assunto: RE: [R] Barplot with "Independent" Lines Y axis Without seeing a reproducible example we cannot be sure, but my guess is that you are letting twoord.plot set the limits and the function does not remove mi

[R] RES: Barplot with "Independent" Lines Y axis

2010-12-09 Thread Rodrigo Aluizio
this time it's not a choice of mine (unfortunately). Thank you anyway for the highlight, maybe it will help me arguing. Regards Rodrigo. -Mensagem original- De: Greg Snow [mailto:greg.s...@imail.org] Enviada em: quinta-feira, 9 de dezembro de 2010 15:56 Para: Rodrigo Aluizio; R Help

[R] Barplot with "Independent" Lines Y axis

2010-12-09 Thread Rodrigo Aluizio
p=c(0,370,10)) lines(mp,Dados$Salt,type='b',pch=19,lty='dotted') Any ideas? Thank you for the attention. Regards ------- MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR ___

[R] Lottery with Data Frame Rows

2010-10-07 Thread Rodrigo Aluizio
on and sorry for the silly question. --- MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posti

[R] RODBC and Excel 2010 xlsx

2010-07-13 Thread Rodrigo Aluizio
my system components (drivers)? Thank you very much for the attention. Rodrigo Aluizio [[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:

Re: [R] [R-sig-Geo] How to extract coordinates values from a shapefile?

2010-06-09 Thread Rodrigo Aluizio
I'm not sure if this is what you want. But the function coordinates() in sp package gives you the coordinates of SpatialObjects. Regards. Rodrigo. 2010/6/9 Nikhil Kaza > You need to execute gpclibPermit() to enable gpclib. > > library(maptools) should have issued a warning

Re: [R] Extract a 'data.frame$column' column name

2010-05-03 Thread Rodrigo Aluizio
olumn and row names). But when you using [], these data.frame properties are preserved, so you can extract them. Hope this helps. Rodrigo. 2010/5/3 adrien Penac > Hello, > I can't find how to get de column name from a data.frame dollar reference. > > To make it simple, I'

Re: [R] add euro sign to a plot

2010-03-21 Thread Rodrigo Aluizio
This works for all (I guess) the special character present in the windows "Character Map", just copy the code and use as "\SymbolCode". Hope it helps. Rodrigo. 2010/3/21 Martin Batholdy > hi, > > Is it possible to add special charact

Re: [R] WMF conversion...

2010-02-10 Thread Rodrigo Aluizio
Or maybe another output image format, such as tiff or png? 2010/2/10 Uwe Ligges > > > On 10.02.2010 13:16, Jason Rupert wrote: > >> Hello R-Help, >> >> I've got a bit of an issue with WMF's. I am working on WindowsXP and >> outputting WMF format images. I then take the WMF format images and

[R] Edit a Sptial Lines Object

2010-01-27 Thread Rodrigo Aluizio
insert the coordinates that will close the BP[1] line into this object without changing the object properties. Any Ideas? Thank you in advance. - MSc. Rodrigo Aluizio <mailto:r.alui...@gmail.com> Centro de Estudos do Ma

[R] Embed Fonts in All EPS files inside a Directory

2009-12-22 Thread Rodrigo Aluizio
Hi List, I would like to embed some fonts (AFM format) on 324 eps files produced by a R loop, I’m able to do so one-by-one with the following command: embedFonts('C:/Users/Rodrigo/Documents/UFPR/Micropaleontologia/Potiguar/Cata logo/Mapas/EPS/Example.eps', outfile='C:/Users/Ro

[R] cube root on array

2009-12-12 Thread Rodrigo Tsai
Dear R developers, is that right? > -27^(1/3) [1] -3 > c(-27,27)^(1/3) [1] NaN 3 i'm using sign( c(-27,27) ) * abs( c(-27,27)) ^(1/3) , thanks [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/m

Re: [R] Problem with calibrate function

2009-12-11 Thread Rodrigo
Frank E Harrell Jr wrote: > > Rodrigo wrote: >> Hi, >> >> I´m trying to use the calibrate function from rms package (made by prof. >> Harrell) after fitting a model using cph. But it returns the following >> error >> message: >> >>

[R] Problem with calibrate function

2009-12-11 Thread Rodrigo
in hare(S[, 1], S[, 2], fun(est.surv), maxdim = maxdim, ...) : no convergence this is serious! Has anybody experienced the same problem? Can anyone help me? many thanks, Rodrigo -- View this message in context: http://n4.nabble.com/Problem-with-calibrate-function-tp961100p961100.html Sent from

[R] Cochran C Test - Homogeneity of Variances

2009-12-08 Thread Rodrigo Aluizio
’s probably the Cochran Q Test. So, any ideas? Thank you for the pacience. - MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia [[alternative HTML v

[R] Rarefaction Curve by Individuals not Sites - vegan (specaccum)

2009-11-13 Thread Rodrigo Aluizio
,lwd=2,ci.lty=0,ci.type= 'poly',ci.col='lightgray',ylab='Riqueza',ylim=c(0,250),yaxp=c(0,250,10),bty= 'n',main='Fauna Viva - Bacia de Campos - Março 2009') Thank you very much. Regards. -------

Re: [R] similarity measure for binary data

2009-10-30 Thread Rodrigo Villegas
The 'Gower' metric is one that is commonly used. Rod On Thu, Oct 29, 2009 at 10:22 AM, karuna m wrote: > I am doing hierarchical clustering with cluster package.  I couldnot find > similarity measures like matching coefficient, Jaccard coefficient and sokal > and sneath. Could anyone please te

Re: [R] similarity measure for binary data

2009-10-30 Thread Rodrigo Villegas
The 'Gower' metric is one that is commonly used. R On Thu, Oct 29, 2009 at 10:22 AM, karuna m wrote: > I am doing hierarchical clustering with cluster package.  I couldnot find > similarity measures like matching coefficient, Jaccard coefficient and sokal > and sneath. Could anyone please tell

[R] RES: RES: Plot

2009-10-06 Thread Rodrigo Aluizio
,sep=''),c('Days','Hum','Temp')),byrow=F)) Data$Hum<-as.numeric(Data$Hum) Data$Temp<-as.numeric(Data$Temp) Then you can plot it. -----Mensagem original- De: joris meys [mailto:jorism...@gmail.com] Enviada em: terça-feira, 6 de outubro de 2009 12:08

[R] RES: Plot

2009-10-06 Thread Rodrigo Aluizio
This may work for you. Then you can custom your graphics with ?par. Data<-as.data.frame(matrix(c("Monday", "Tuesday", "Wed", "Thu", "Fri", "Sat","Sun",56,57,60,75,62,67,70,76,77,81,95,82,77,83),ncol=3,nrow=7,list(pa ste('Row',1:7,sep=''),c('Days','Hum','Temp')),byrow=F)) plot(Data$Days,Data$Temp)

[R] Best R text editors?

2009-08-30 Thread Rodrigo Aluizio
Well, on Linux => Emacs+ Ess On Windows => Tinn-R - MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia __ R-help@r-project.org mailing list

[R] Change the Order of a Cluster Topology

2009-08-30 Thread Rodrigo Aluizio
--- MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - Brasil [[alternative HTML version deleted]] _

[R] ENC: postscript, options

2009-08-18 Thread Rodrigo Aluizio
I'm not shure but I guess that you miss a " and putted it in the wrong place! Try this: postscript("/pathto/filename.eps",horizontal=FALSE,onefile=FALSE) Hope It helps. -Mensagem original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Em nome de e-letter Enviada e

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

2009-08-11 Thread Rodrigo Aluizio
Hi, take a look at the gdata package (any plataform) function read.xls(), and at the package RODBC (if you are on a Windows Plataform) at the functions odbcConnectExcel(), odbcConnectExcel2007() and sqlFetch(). Hope this helps Rodrigo. 2009/8/11 rajclinasia > > Hi Every one, >

[R] RES: Saving plots to file

2009-08-10 Thread Rodrigo Aluizio
You can save plots as specified below. For details see ?png, ?postscrip, ?tiff, ?jpeg, ?bmp. postscript(file = ifelse(onefile, "Rplots.ps", "Rplot%03d.ps"), onefile, family, title, fonts, encoding, bg, fg, width, height, horizontal, pointsize, paper, pagecentre, pr

[R] Import xlsx file in Ubuntu 9.04

2009-07-08 Thread Rodrigo Aluizio
ectly to R without any previous conversion (.csv or .xls)? Thank you for the attention, it's probable that some one already asked it. I even remember seen that somewhere, but without a definitive answer. Rodrigo. [[alternative HTML versi

Re: [R] RODBC: Trying to read an Excel file

2009-06-25 Thread Rodrigo Aluizio
names=F) mo Hope it helps. ----- MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - Brasil -Mensagem original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-pr

Re: [R] Post-Hoc Test for Kruskal-Wallis Rank Sum Test

2009-06-19 Thread Rodrigo Aluizio
Thank you so much Gilles, that is exactly what I’m looking for. Rodrigo. De: LE PAPE Gilles [mailto:lepape.gil...@neuf.fr] Enviada em: sexta-feira, 19 de junho de 2009 10:14 Para: r.alui...@gmail.com Assunto: Post-hoc test Hi Rodrigo, you can use the nparcomp function, library

[R] Post-Hoc Test for Kruskal-Wallis Rank Sum Test

2009-06-19 Thread Rodrigo Aluizio
to define a way to it. Do You have any suggestion? Other equivalent test maybe! Thanks in advance. - MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia A

[R] Arc/Info Ungenerate - shp - Maps

2009-06-03 Thread Rodrigo Aluizio
Hi Ruser, I tried that to use the Import71 tool, which is capable of convert e00 to shp, but the only thing I got was an error. Thank you any way for the try. Rodrigo De: milton ruser [mailto:milton.ru...@gmail.com] Enviada em: quarta-feira, 3 de junho de 2009 09:25 Para: Rodrigo

[R] Arc/Info Ungenerate - shp - Maps

2009-06-03 Thread Rodrigo Aluizio
. - MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - Brasil [[alternative HTML version d

[R] RES: Most used R editors

2009-06-02 Thread Rodrigo Aluizio
Well, on windows an excellent and free software for R scrip editing is Tinn-R. Works on XP and Vista and it is constantly reviewed and updated. Rodrigo. -Mensagem original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Em nome de Peter Flom Enviada em: terça

[R] Bubble Plot Over a Map

2009-05-07 Thread Rodrigo Aluizio
200],Pontos$lat[Spp10ml[,i]>=51 & Spp10ml[,i]<=200],pch=23,bg='yellow',col='black',cex=1.5) points(Pontos$long[Spp10ml[,i]>=201 & Spp10ml[,i]<=400],Pontos$lat[Spp10ml[,i]>=201 & Spp10ml[,i]<=400],pch=22,bg='orange',col='black',cex=1.

[R] RES: Text Contrast in a Plot

2009-04-24 Thread Rodrigo Aluizio
Thanks very much Greg and Mark for your attention. The function that Greg created did the trick perfectly. Once more thank you, I'll never be able to figure it out by myself, at least not in time. I'm still unable to write my own functions, but I'm working on it. Rodrigo. -Me

[R] Text Contrast in a Plot

2009-04-24 Thread Rodrigo Aluizio
5,-4.56,-36.111,-4.565,density=NULL,angle=45,col='white',border=' black',lwd=0.1) text(c(-36.20,-36.155,-36.111,-36.215),c(-4.573,-4.573,-4.573,-4.562),c('0', '5','10','km'),col='white',cex=1) Norte(-36.155,-4.60,0.02) box(which=

[R] RES: How to force axis to have the same range

2009-04-20 Thread Rodrigo Aluizio
Hi Sebastien, take a look at the par(pty='s') argument. Maybe its can solve your issue. Best wishes. Rodrigo. -Mensagem original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Em nome de Sebastien Bihorel Enviada em: segunda-feira, 20 de abril de 2009

[R] RES: Plot Means Line with Standard Deviation as "Whiskers"

2009-03-24 Thread Rodrigo Aluizio
ilto:palsp...@hortresearch.co.nz] Enviada em: segunda-feira, 23 de março de 2009 19:55 Para: Rodrigo Aluizio; R Help Assunto: RE: [R] Plot Means Line with Standard Deviation as "Whiskers" Tena koe Rodrigo You could always make up some data and then show us what you have tried to do. I would guess y

[R] Plot Means Line with Standard Deviation as "Whiskers"

2009-03-23 Thread Rodrigo Aluizio
lui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - Brasil Fone: (0**41) 3455-3620 ramal 217 Fax: (0**41) 3455-3623 [[alternative HTML version d

[R] RES: set a legend with an "image" graph

2009-03-17 Thread Rodrigo Aluizio
Luis, take a look at the ?legend function, it can produce almost any kind of legend you may need! Hope It helps. Rodrigo. -Mensagem original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Em nome de Luis Ridao Cruz Enviada em: terça-feira, 17 de março de 2009 11

Re: [R] read.xls question

2009-03-15 Thread Rodrigo Aluizio
Take a look on it at the CRAN web site. Hope it helps. Best wishes. __ Rodrigo Aluizio Em 15/03/2009, às 00:27, "Mathew, Abraham T" escreveu: I'm an R newbie and had a question about the read.xls function. I've heard that this is often not a reliable functi

[R] RES: North Arrow (.png file) on a Map

2009-03-11 Thread Rodrigo Aluizio
Thanks a lot Yihui, It's perfect, in fact exactly identical the I have as a png file in my computer. Thank you so much. Regards Rodrigo -Mensagem original- De: Yihui Xie [mailto:xieyi...@gmail.com] Enviada em: quarta-feira, 11 de março de 2009 02:48 Para: Rodrigo Aluizio Cc: R

[R] North Arrow (.png file) on a Map

2009-03-10 Thread Rodrigo Aluizio
Amostrais Dados<-odbcConnectExcel('Campos.xls',readOnly=T) Coord<-sqlFetch(Dados,'CoordMed',colnames=F,rownames='Ponto') odbcClose(Dados) N<-pixmap('Norte.png',nrow=166,ncol=113) # Carregar pontos e shapes Batimetria<-readShapeSpatial('C

[R] density estimation for d>2 for the DPpackage

2009-02-22 Thread rodrigo herrera
ror in matrix(foo$f, nrow = ngrid, ncol = ngrid) : Versuch ein Attribut von NULL zu setzen Some idea? Best regards, rodrigo -- Besuchen Sie meine Web Seite http://rodrigoherrera.blogspot.com/ Viel Spass beim Surfen +

[R] Mann Whitney test

2009-02-14 Thread Rodrigo Fernandes Ramalho
Hi, I have a statistical question. To apply the Mann Whitney test to compare a pair of vectors, they must to have the same length ? Thanks, Rodrigo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

[R] RES: read a xls file

2009-01-18 Thread Rodrigo Aluizio
ample') odbcClose(Dados) library(xlsReadWrite) setwd('C:/Documents and Settings/Administrador/Meus documentos/Artigos/Disserta/') Abio<-read.xls('AF.xls',sheet=1,rowNames=T) Bio<-read.xls('AF.xls',sheet=2,rowNames=T) SAbio<-decostand(Abio,method='stan

[R] RES: Customized LDA (MASS) object plot

2009-01-04 Thread Rodrigo Aluizio
Thanks for the enlightenment Prof. Ripley. I guess I've to start learning quite more about panel function. Once I'm pointed to the right way I'll probably be able to do what I want. Sorry for the mistake, I totally misses the panel function possibilities. Rodrigo. -Mensagem o

[R] Customized LDA (MASS) object plot

2009-01-04 Thread Rodrigo Aluizio
question is: How could I reach these axis coordinates inside my object (supposing they are there somewhere, once the plot.lda and pairs.lda are able to plot them)? Thanks in advance. ___ MSc. <mailto:r.alui...@gmail.com> Rodrigo Aluizio Centro de Estudos do Ma

[R] hexbin plot

2009-01-03 Thread Rodrigo Fernandes Ramalho
Hello, I would like some help to plot a vertical line on a scatterplot build with hexbin package. I just need to plot a vertical line on the graph to mark a threshold value on x axis. It would be better if the parameter of the plot line function respect the x axis scale. Thanks, Rodrigo

[R] RES: How do I plot multiple XY plots on the same graph

2009-01-01 Thread Rodrigo Aluizio
Also, you can take a look at ?matplot function, depending on the type of data and graphic output you want, it may b useful. Best Wishes ___ MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000

[R] Plotting a kriging on a map

2008-12-04 Thread Rodrigo Aluizio
rgb(229,229,229,max=255),add=T) axis(1,xaxp=c(,,)) axis(2,yaxp=c(,,)) points(Pontos$long,Pontos$lat,pch=20) text(Pontos$long,Pontos$lat,rownames(Pontos),pos=1,cex=0.5) text(Prof$Long,Prof$Lat,rownames(Prof),col='darkgray',cex=0.8,srt=-24) Ps.: Sorry for hiding the maps coordin

Re: [R] 1-Pearson's R Distance

2008-11-28 Thread Rodrigo Aluizio
Claudia, Thomas and William thank you all so much. It's exactly what we needed. Works perfectly. Rodrigo. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Claudia Beleites Enviada em: quinta-feira, 27 de novembro de 2008 14:01 Para: r-help@r-projec

[R] 1-Pearson's R Distance

2008-11-27 Thread Rodrigo Aluizio
e… He told me that Statistica 7.0 has this Index, but he doesn’t own it. So… Is there a way on R to do this correctly? Thanks for the attention. ___ MSc. <mailto:[EMAIL PROTECTED]> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontol

[R] RES: S4 object

2008-11-26 Thread Rodrigo Aluizio
Take a look at the links you will found on this previous post of the list. http://tolstoy.newcastle.edu.au/R/help/06/01/18259.html I myself don't know anything about this subject. Sorry, but you probably will found what you need there. Best Wishes Rodrigo. -Mensagem original---

Re: [R] Dendrogram labels

2008-11-21 Thread Rodrigo Aluizio
Take a look at the las() function o ?par. It permits you to choice labels directions. __ Rodrigo Aluizio Em 21/11/2008, às 17:14, "Richardson, Patrick" <[EMAIL PROTECTED] g> escreveu: !#x000a Is there any way to change the orientation of the labels on

[R] RES: Symbols output

2008-11-18 Thread Rodrigo Aluizio
Sorry, the code is incomplete. You get a better result this way... postscript('Circle.eps',paper='special',width=4,height=4) par(mar=c(0,0,0,0)) plot.new() points(0.5,0.5,pch=21,cex=50,bg='gray') dev.off() -----Mensagem original- De: Rodrigo Aluizio [mailto

[R] RES: Symbols output

2008-11-18 Thread Rodrigo Aluizio
A fast and simple way to do that would be something like this (the example is a gray circle) postscript('Circle.eps') par(mar=c(0,0,0,0)) plot.new() points(0.5,0.5,pch=21,cex=50,bg='gray') dev.off() You just have to chance the symbol (pch) and color (bg), the output will be an EPS file, open it o

[R] Set up a while loop

2008-11-18 Thread Rodrigo Gularte
greater than 14. Example code is below. I have gone as far as to select markers and calculate the distances, A while loop with set with max(distances)>14 should work, but I'm not sure where to set this. Any help would be appreciated. Rodrigo #some markers, chromosomes and locations loc<

[R] While loop set up

2008-11-18 Thread Rodrigo Gularte
than 14. Example code is below. I have gon as far as to select markers and calculate the distances, A while loop with set with max(distances)>14 should work, but I'm not sure where to set this. Any help would be appreciated. Rodrigo #some markers, chromosomes and locations loc<- r

[R] RES: PostScript File Dimensions

2008-11-15 Thread Rodrigo Aluizio
your suggestion with other tries I've not included in my first mail. But I got an error saying "The image is to large" and gave up. It was only a question of changing the width and height values... Once again thank you, I'll try harder a next time. Rodrigo. -Mensage

[R] PostScript File Dimensions

2008-11-15 Thread Rodrigo Aluizio
with other plots I’ve done. Thank you for the attention. _______ MSc. <mailto:[EMAIL PROTECTED]> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - BRASIL [[alternative HTML version

[R] RES: Multiple XY Lines Plot

2008-11-11 Thread Rodrigo Aluizio
Philipp you actually solved my problem when you mentioned matplot function. I hadn't read anything about it before, when you mentioned I searched and I'm getting what I need, now it's just a question of minor adjustments. Below is a simple solution that I will now improve. matplot(Perfil$3.W,Perf

[R] Multiple XY Lines Plot

2008-11-11 Thread Rodrigo Aluizio
AIL PROTECTED]> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - BRASIL [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] RES: R Mixed Anova

2008-11-06 Thread Rodrigo Aluizio
Thanks Mark, it was exactly what I was looking for. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Mark Difford Enviada em: quinta-feira, 6 de novembro de 2008 09:22 Para: r-help@r-project.org Assunto: Re: [R] R Mixed Anova Hi Rodrigo, Here are two

[R] R Mixed Anova

2008-11-06 Thread Rodrigo Aluizio
, and be able to run post hoc tests. Thanks for your attention and patience. ___ MSc. <mailto:[EMAIL PROTECTED]> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR -

[R] RES: Barplot Labels Problem

2008-11-05 Thread Rodrigo Aluizio
Sorry for don't make the data available. My bad. But anyway the Richard's fourth solution works quite well. Thank you very much! Rodrigo. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 5 de novembro de 2008 10:59 Para: Rodrigo

[R] Barplot Labels Problem

2008-11-05 Thread Rodrigo Aluizio
='solid',horiz=T,beside=T,las=1,col=c('lightgray','bl ack'),main='Main Speceis') legend('topright',c('Living Fauna','Dead Fauna'),fill=c('lightgray','black'),bty='n') Thanks for your attention

Re: [R] Barplot Labels Problem

2008-10-26 Thread Rodrigo Aluizio
g and searching. Rodrigo. -- From: "Jim Lemon" <[EMAIL PROTECTED]> Sent: Saturday, October 25, 2008 9:16 AM To: "Rodrigo Aluizio" <[EMAIL PROTECTED]> Cc: "R Help" Subject: Re: [R] Barplot Labels Problem Rodrig

[R] Barplot Labels Problem

2008-10-24 Thread Rodrigo Aluizio
,las=1, legend.text=T,width=5,cex.names=0.8) Thank you for your attenction. ___ MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - BRASIL [[alternative HTML version deleted]] ___

[R] Avoiding Biplot Labels Overllaping

2008-10-23 Thread Rodrigo Aluizio
x27;,cex=0.6,lwd=0.5,lty='dotted') Well it's data manipulation, I won't use that... So... Any one knows how to move the labels, keeping the vectors position on a cca-like biplot? Thanks for your attention!

[R] Avoiding Biplot Labels Overllaping

2008-10-23 Thread Rodrigo Aluizio
.5,lty='dotted') Well it's data manipulation, I won't use that... So... Any one knows how to move the labels, keeping the vectors position on a cca-like biplot? Thanks for your attention! ___ MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Labo

Re: [R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
Exactly. It's solved. Just remove #15. CAPpotiFTI<-CAPpotiFT for(i in c(2:8))CAPpotiFTI$CCA[[i]][,1]<-CAPpotiFTI$CCA[[i]][,1]*-1 It seems that I've to pay more attention and study more about R language. Thanks a lot once more. Rodrigo. ---

Re: [R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
t=F,permutations=999) PermCAPFT summary(CAPpotiFT) # Rotating the axis CAPpotiFTI<-CAPpotiFT for(i in c(2:8,15)) CAPpotiFTI$CCA[[i]][, 1]<-CAPpotiFTI$CCA[[i]][, 1] * -1 -- From: "Mark Difford" <[EMAIL PROTECTED]> Sent: Tuesday, October

Re: [R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
f limits) Well, it needs lots of patience... -- From: "Mark Difford" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2008 3:50 PM To: Subject: Re: [R] Mirror Image on Biplot Graphic Hi Rodrigo, Again an error, as that doesn't touch one of the d

[R] Similarity Percentage Analysis

2008-10-07 Thread Rodrigo Aluizio
Just as a curiosity. Is there on R any function able to run a SimPer (Similarity Percentage Analysis)? It's an analysis of the Primer software. I guess, but I'm not sure! I was looking for it on CRAN, but I didn't found anything. _______ MSc. Rodrigo Al

Re: [R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
ected, it's nonsense. -- From: "Mark Difford" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2008 12:22 PM To: Subject: Re: [R] Mirror Image on Biplot Graphic Hi Rodrigo, Sorry again: the structure vegan uses is quite co

Re: [R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
cies[,2]*-1 scores(CAPpotiFTI)$sites[,2]<-scores(CAPpotiFTI)$sites[,2]*-1 Any ideas? I'm trying similar things but without success. -- From: "Mark Difford" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2008 10:34 AM To: Subject: Re:

[R] Mirror Image on Biplot Graphic

2008-10-07 Thread Rodrigo Aluizio
,],pch=20) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='3',],pch=22,bg='gray') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='4',],pch=24) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='5',],pch=24,bg='black') points(ScoresCAPFT$sites[Fato

[R] Mirror Image on Biplot Graphic

2008-10-03 Thread Rodrigo Aluizio
,],pch=20) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='3',],pch=22,bg='gray') points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='4',],pch=24) points(ScoresCAPFT$sites[FatoresRep$BiofaciesBC=='5',],pch=24,bg='black') points(ScoresCAPFT$sites[Fato

Re: [R] Saving a TukeyHSD object as a table

2008-09-18 Thread Rodrigo Aluizio
Nevermind people, I just got it easily just realized that what I wanted is inside the object. So... write.xls(TukeySS$Biofacies,'TukeySS.xls') Solved the problem. Thanks anyway. From: Rodrigo Aluizio Sent: Thursday, September 18, 2008 6:06 PM To: R Help Subject: Saving a TukeyHSD

[R] Saving a TukeyHSD object as a table

2008-09-18 Thread Rodrigo Aluizio
s not in table format, but there isn't anyway to create a table with this object? I wasn't able to find anything about it in the R documentation. Thanks in advice. ___ MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Ave

Re: [R] Fatal error .RData

2008-09-18 Thread Rodrigo Aluizio
If the students have the permission, maybe run R as administrator solves the question too. Rodrigo. -- From: "Duncan Murdoch" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2008 10:48 AM To: "Green, Paul" <[EMAIL

Re: [R] Converting Geo-Coordinates Unities

2008-09-16 Thread Rodrigo Aluizio
ome, there is a different coordinate unit... I'll star elaborating the mathematic functions for conversions, and save them in a safe place! Anyway thank you so much! Rodrigo. -- From: "James Muller" <[EMAIL PROTECTED]> Sent: Tu

[R] Converting Geo-Coordinates Unities

2008-09-16 Thread Rodrigo Aluizio
matics to this one, but I'll need to convert other formats in the future and it won't be that easy. So, any suggestion well be appreciated. Thanks in advice. ___ MSc. Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Microp

  1   2   >