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.

11 results for “from:legen”

Order of multiple plots
legen · Sep 9, 2009 · r-help

Hello all, I have a problem and need your help. I am going to draw two plots in one row and two columns by using ?par(mfrow=c(1,2))?, but I want to first draw the right plot and...

Re ad in multiple datasets
legen · Sep 26, 2009 · r-help

Hello, all: I have twenty datasets named as: data1.csv, data2.csv, ?, data20.csv. I am trying to read all of them into R by using loop and function read.table(), but I don't know how to handle the...

Plot with a vertical line at zero on x axis
legen · Jun 23, 2009 · r-help

Hallo, All, I cannot add one straight vertical line at 0.0 on x axis using the following data and R code: y<-c(0.037790309,0.020307312,0.021109653,0.050216689, 0.026979484,0.027619193,0.024070163,0.021996969...

Data transformation
legen · Nov 10, 2009 · r-help

Dear all, I have a dataset as below: id code1 code2 p 1 4 8 0.1 1 5 7 0.9 2 1 8 0.4 2 6 2 0.2 2 4 3 0.6 3 5 6...

Data transformation
legen · Nov 11, 2009 · r-help

That's what I want. Many thanks for your help. Legen jholtman wrote: > > Try this: > >> x <- read.table(textConnection("id code1 code2 p > + 1 4 8 0.1 > + 1 5 7 0.9 > + 2 1 8 0.4 > + 2 6...

Data transformation
legen · Nov 11, 2009 · r-help

Your script works very well. Thank you very much. Legen Henrique Dallazuanna wrote: > > Try this also: > > xtabs(rep(p, 2) ~ rep(id, 2) + sprintf("var%d", c(code1, code2)), data = > x) > > On Wed, Nov 11, 2009 at 2:10 AM...

Plot with a vertical line at zero on x axis
legen · Jun 23, 2009 · r-help

I got it. Thank you very mcuh. Legen jholtman wrote: > > You need to specify the xlim: > > y<-c(0.037790309,0.020307312,0.021109653,0.050216689, > 0.026979484,0.027619193,0.024070163,0.021996969, > 0.007831769,0.020065109,0.005903177...

Data transformation
legen · Nov 10, 2009 · r-help

Thank you for your kind help. Your script works very well. Would you please show me how to change NaN to zero and column variables 1, 2, ..., 8 to var1, var2, ..., var8? Thanks again. Legen jholtman wrote: > > Is this what...

change the height or scale of the y axis
legen · Jun 25, 2009 · r-help

Hi, Dieter Menne, Thank you for your help. I tried "par(las=1,cex=0.5)", but it changed only the size of indices on the y axis in the second plot relative to the default. I really want to...

change the height or scale of the y axis
legen · Jun 25, 2009 · r-help

Hi, Jim, Thank you for your reply. I just want to increase the height of y axis in the second plot in order to show all the indices (x1, x2, ...). Can you help me? Thank you again. Legen Jim Lemon...

change the height or scale of the y axis
legen · Jun 24, 2009 · r-help

Hallo, All, I have a question about changing the height or scale of the y axis. When I use following two R codes, I can get two plots. Please look at the y axes, the number of indices (x1, x2...

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