Skip to content

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.

12 results for “from:Zhuanshi He”

who has experience to do peakfit using R?
Zhuanshi He · Apr 29, 2002 · r-help

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...

Two scattered matrix
Zhuanshi He · May 2, 2002 · r-help

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...

how to make R plot under Linux
Zhuanshi He · Feb 22, 2010 · r-help

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...

Interactive R, with wrapper
Zhuanshi He · May 13, 2002 · r-help

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...

how to make R plot under Linux
Zhuanshi He · Feb 22, 2010 · r-help

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...

Installing hdf5
Zhuanshi He · Dec 4, 2007 · r-help

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...

Question.
Zhuanshi He · Jul 10, 2001 · r-help

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...

how do you interpolate a gaussian grid to a standard 2.5 degree grid?
Zhuanshi He · Dec 12, 2006 · r-help

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...

reading a matrix from a file
Zhuanshi He · Jun 27, 2006 · r-help

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...

reading a matrix from a file
Zhuanshi He · Jun 27, 2006 · r-help

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...

subset rows in two dataframes
Zhuanshi He · May 11, 2008 · r-help

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...

subset rows in two dataframes
Zhuanshi He · May 11, 2008 · r-help

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 .