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.

17 results for “from:Jinyan Huang”

Writing out data from a list
Jinyan Huang · Jan 13, 2011 · r-help

a<- list(a=c(0.00,0.00),b=c(2,2,2),c=c(3,3,3)) t<-NULL m<-1 for( i in a) {t<-c(t,paste("Event",m),i);m<-m+1}

R 15.0 Warning message.
Jinyan Huang · Jun 3, 2012 · r-help

Yes. I think it is my environment variables problem. But I donot know how to fix. echo $LC_ALL echo $LANG en_US.UTF-8 On Sun, Jun 3, 2012 at 4:07 PM, Prof Brian Ripley <ripley at stats...

R 15.0 Warning message.
Jinyan Huang · Jun 2, 2012 · r-help

Dear list, I have install R15.0 on Ubuntu system using the source code. It is install to my home directory. I have no root privilege. When I start R, I got this warning message: During startup - Warning message: Setting...

Adding numbers in Outputs
Jinyan Huang · Dec 10, 2010 · r-help

X<-list(40,c(80,160),c(160,80,400)) Y<-list(10,c(10,30),c(5,18,20)) Z<-c(1,2,3) as.data.frame(do.call("rbind",X))->x as.data.frame(do.call("rbind",Y...

help requested
Jinyan Huang · Dec 10, 2010 · r-help

awk '{arr[$1]=arr[$1] " " $2}END{for( i in arr){print i,arr[i]}}' edgelist.txt | sort -k1 On Fri, Dec 10, 2010 at 4:20 PM, profaar <profaar at live.com> wrote: > 1 2 > 1 3 > 1 4...

Modify pdf file with Illustrator.
Jinyan Huang · Jun 2, 2012 · r-help

Dear list, Some times I want to modify the pdf file which produced by R with illustrator. But when I use Illustrator open the pdf file, it often makes the pdf some little changed. Anyone have some suggestions? Is it...

R 15.0 Warning message.
Jinyan Huang · Jun 3, 2012 · r-help

locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE=UTF-8 LC_NUMERIC="en...

Help in defining vectors
Jinyan Huang · Dec 12, 2010 · r-help

try a<-c(1,2) On Sun, Dec 12, 2010 at 10:57 AM, skd <warabull at gmail.com> wrote: > > I am completely new to R . > while defining a vector ?i get these following messages > > ?c<-a(1,2) > Error...

Selecting non-empty elements after strsplit of string
Jinyan Huang · Dec 14, 2010 · r-help

unlist(strsplit(output," +")) On Tue, Dec 14, 2010 at 2:09 PM, Scott Chamberlain <myrmecocystus at gmail.com> wrote: > Hello, > > I am attempting to manipulate strings in which there are differing amounts of whitespace before and after each element taht...

Can i make an histogramm with bars on the Y-axis ?
Jinyan Huang · Jan 31, 2011 · r-help

horiz=T ?barplot On Mon, Jan 31, 2011 at 10:03 AM, ibliss <nourdinebah at gmail.com> wrote: > > Hi, > > My question is in the subject. > > Here, a picture that's illustrating my problem : > > http://r.789695.n4.nabble.com/file...

R 15.0 Warning message.
Jinyan Huang · Jun 3, 2012 · r-help

At last, the administrator provide me this command to fix this problem. echo "setenv LC_ALL en_US.UTF8" >> ~/.cshrc.aliases On Sun, Jun 3, 2012 at 5:47 PM, peter dalgaard <pdalgd at gmail.com> wrote: > > On Jun 3...

Modify pdf file with Illustrator.
Jinyan Huang · Jun 4, 2012 · r-help

Thanks for the links! It is a very nice tutorial. On Mon, Jun 4, 2012 at 8:47 PM, Michael Friendly <friendly at yorku.ca> wrote: > On 6/3/2012 2:42 AM, Jinyan Huang wrote: >> >> Dear list, >> >> Some times...

A very basic line-plot question
Jinyan Huang · Feb 17, 2011 · r-help

dat<-c(150,152,155,134,141) plot(dat,type="o",ylim=c(100,160),xlab="Names",ylab="Height") On Thu, Feb 17, 2011 at 7:45 PM, world peace <buysellrentoffer at gmail.com> wrote: > Hi All > > I have data...

Modify pdf file with Illustrator.
Jinyan Huang · Jun 3, 2012 · r-help

Thank you. 1, I want to put some text and title. Then put several figures into one. On Sun, Jun 3, 2012 at 10:59 PM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 03.06.2012 08...

Modify pdf file with Illustrator.
Jinyan Huang · Jun 3, 2012 · r-help

Thank you for your suggestion. Do you have some example codes using ggplot2 or grid.arrange() and arrangeGrob to composite figures? On Mon, Jun 4, 2012 at 7:36 AM, Neil Collier <neilandertal at gmail.com> wrote: > ggplot2 handles all...

How to bind models into a list of models?
Jinyan Huang · Dec 14, 2010 · r-help

Try step() ? On Tue, Dec 14, 2010 at 10:05 PM, Mark Na <mtb954 at gmail.com> wrote: > Hi R-helpers, > > I have a character object called dd that has 32 elements each of which > is a model formula contained...

substract 2 data.frames
Jinyan Huang · Feb 27, 2011 · r-help

I think paste all column together, then using a %in% b. Maybe others have better solution. On Sun, Feb 27, 2011 at 9:29 PM, Nicolas Gutierrez <nicolasg at uw.edu> wrote: > Hi! > > I have 2 data.frames: "fish" and...

Can't find what you're looking for? Try searching with Google .