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.

5 results for “from:Judy Chung”

how to end edit in Linux
Judy Chung · Mar 4, 2006 · r-help

Hi, all: a<-data.frame(x=c(1:10),y=c(10:1)) edit(a) how to quit the edit in Linux, and then do other computing? As In Windows, just close the edit window, but how to do in...

append
Judy Chung · Dec 10, 2005 · r-help

Dear R users: > append(1:5, 0:1, after=2) [1] 1 2 0 1 3 4 5 If I want to repeat the appended value every 2 like the following: [1] 1 2 0 1 3 4 0 1...

return character
Judy Chung · Dec 5, 2005 · r-help

Hi All, I have several lines of commands, and beacuse I will use these many times, so I collected these commands together using a function to describe it. like the following: my.fun<-function(){ ......... entertitle() xaxis<-A yaxis<-B plot...

all (y,x) data in one plot
Judy Chung · Dec 8, 2005 · r-help

Dear R users: I want to plot all the Y1 vs. X1 which in list "coffee" together, in the same plot. > coffee [[1]] Y1 X1 1 0.0 10.006306 2 0.5 9.433443 3 1.0 8.893405...

convert list to data frame
Judy Chung · Dec 5, 2005 · r-help

Dear R users: I've a list containing parameters (A , B & C), and I want create a data frame using data in these list. > coffee [[1]] A B C 1 1 0.5 7.78 2 1 1.0 6...

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