Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi All, I know we can write some curvefit procedure using R. How about peakfit? Thx. Z. He -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...
I think use copy (DOS) or cat (Unix/Linux) command is the easieat way! >Hello. >Given two scattered matrix > >a b c d >s n >q w e r t y > >and > >cx vf re ty sw k >sa gf...
Hi, You just need to install X11 windows software on windows, such as xming, and start xming before ssh -X userID at remotehost Hope this helps. On 2/22/10, xin wei <xinwei at stat.psu.edu> wrote: > > > thank you...
How about save ur graphy to BMP file, and then load it to ur C# interface.? Z. He Paulo Vila Sanchez wrote: > Hello team of R, We have a question about the interactivity of R in Windows, > > We are implementing...
HI, Please try to setup environment variable DISPLAY on your remote machine. ex, csh: setenv DISPLAY localhostIPAddress:20.0 or bash export DISPLAY=localhostIPAddress:20.0 where localhostIPAddress is your IP address of your current working machine (local machine) Usually...
I can install hdf5 smoothly. I am using R2.5.0 on WinXP-32bit machine. >> configure: error: Can't find HDF5 It looks u r using x86_64 machine. Maybe u need install hdf5 from source code. I have been...
Hello all R users, I tried to compile R1.3.0 on Solari Ultra60, R configured as follows(command ./configure) then I used "make" to make x files. I got the information which looks that the X11 s unsupported. Does...
Hi Jenny, Maybe the following links will be useful for you. Both of thoes are used in meteorological and climate research community. But u can used the codes to create the data values that you need. g2fsh : Interpolates a scalar...
Maybe this link is useful http://www.bic.mni.mcgill.ca/users/jason/cortex/stats-manuals/mni.read.glim.file.html Also, section 2.3 through http://cran.r-project.org/doc/manuals/R-data.html 2.3 Using scan...
Maybe this link is useful http://www.bic.mni.mcgill.ca/users/jason/cortex/stats-manuals/mni.read.glim.file.html Also, section 2.3 through http://cran.r-project.org/doc/manuals/R-data.html 2.3 Using scan...
Dear Jim, Maybe u want this, > subset(dat2, time1 %in% dat2$v1 & time2 %in% dat2$v1) v1 v2 2 2006-05-09 7065.0 3 2006-05-04 3622.5 5 2006-07-14 3532.5 7 2006-05-12...
Dear Jim, The following codes maybe helps. for (i in 1:length(dat1[,1])) { for (j in 1:length(dat2[,1])) { if (dat1[i,1] == dat2[j,1] & dat1[i,2] == dat2[j,2]) print (j) } } time1<- as.Date(c...
Can't find what you're looking for? Try searching with Google .