search for: pingp

Displaying 8 results from an estimated 8 matches for "pingp".

Did you mean: ping
2005 Mar 18
4
passing arguments to FUN in lapply
...apply(denlist, plot, main=c("var 1", "var 2")) which generates two same titles "var 1/var 2" and "var 1/var 2" lapply(denlist, plot, main=list("var 1", "var 2")) which generates two same titles "var 1" Both are not I want. -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2004 Mar 05
4
Command Line Expressions
Hi, Is it possible to run R in command line to evalute R expressions and return results to stdout, something like >R CMD -e "R.version$minor" then you got return >"8.1" Or do a simple calculation >R CMD -e "sin(1.2)" >0.932039 Thanks. -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2002 Apr 02
1
compile C code
...I also installed MinGW-1.1 and perl as recommanded at http://www.stats.ox.ac.uk/pub/Rtools/. When I run ...\bin\Rcmd SHLIB hello.cc I got message "/bin/sh.exe" file not exist. I have put unzipped tools.zip at C:\bin and added the path to the system enviroment PATH. Can anyone help me? Pingping -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2003 Oct 20
1
presentation of spatial-temporal point processes
Hello all, Would anybody tell me how to present spatial-temoral point processes in R, for example, I'd like to plot the spatial points in the sequence of their time domain? Cheers -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2003 Nov 24
1
R-1.8.0 package directory permissions?
...r-xr-x". It worked well before. However, when I change my home directory permissions to "drwxr-xr-x", giving "read" and "execute" permissions to everyone, no error message appeared any more. Is that a bug in new version of R-1.8.0? Thanks in advance. -------- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2009 Aug 19
1
moving color key in heatmap
...to the heatmap, but how could I move the color key below the image? ------ library(gplots) data(mtcars) x <- as.matrix(mtcars) rc <- rainbow(nrow(x), start=0, end=.3) cc <- rainbow(ncol(x), start=0, end=.3) res=heatmap.2(x, RowSideColors=rc, ColSideColors=cc)   Thank you very much,   Pingping Qu ----- Cancer Research And Biostatistics (CRAB) Seattle, WA 98101  ------- [[alternative HTML version deleted]]
2005 Jul 14
2
Fwd: Re: East Asian language
---- Original message ---- >Date: Thu, 14 Jul 2005 19:50:41 +0200 >From: Uwe Ligges <ligges at statistik.uni-dortmund.de> >Subject: Re: [R] East Asian language >To: Nan Lin <nlin at math.wustl.edu> >Cc: r-help at stat.math.ethz.ch > >Nan Lin wrote: > >> Dear all, >> >> I just installed R 2.1.1. The installation program automatically
2002 Apr 11
6
extract week from date
Hello R-users, Does anyone know how obtain the week of a date? (in SPPS the instruction is "xdate.week") Thanks, Juan Ramon -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the