[R] Help with bw plot

2010-04-28 Thread someone
hi everybody, I am having some problems with the bwplot (I am not using the regular panel, but the one from the library agsemisc)... The problem is the following: a.resetplotparams() bwplot( isHost ~ data$time,

[R] bwplot - scattered

2010-04-28 Thread someone
. has someone an idea on how to have a stronger jitter? -- View this message in context: http://r.789695.n4.nabble.com/bwplot-scattered-tp2073496p2073496.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Delete rows with duplicate field...

2010-05-03 Thread someone
several entries but Id like to kepp only one).. when i use unique I only get a list of the levels (or different IDs) could someone help me out and tell me how to get the dataframe with only one entry for each ID? -- View this message in context: http://r.789695.n4.nabble.com/Delete-rows-with

Re: [R] Delete rows with duplicate field...

2010-05-03 Thread someone
thanks for your effort. to be more precise: ID , OS, time and many more are the columns. each entry is a row. when I do: x <- unique(dataset$ID) It just gives me a list of all IDs (levels). I want to get a dataframe where just one entry (row) for each ID is included... like: userA , Win, 12:

Re: [R] Delete rows with duplicate field...

2010-05-03 Thread someone
I dont want to apply the unique for all columns but just the ID column. -- View this message in context: http://r.789695.n4.nabble.com/Delete-rows-with-duplicate-field-tp2123939p2124011.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Delete rows with duplicate field...

2010-05-03 Thread someone
could you please elaborate a little more on that? -- View this message in context: http://r.789695.n4.nabble.com/Delete-rows-with-duplicate-field-tp2123939p2124055.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m

[R] Show number at each bar in barchart?

2010-05-04 Thread someone
when i plot a barchart with 5 bars there is one bar pretty long and the others get smaller like (20, 80, 20, 5, 2) is there a way of displaying the number accoirding to each bar next to it? like in a bwplot the panel option N? -- View this message in context: http://r.789695.n4.nabble.com/Show-

[R] Save pdf to a relative directory?

2010-05-06 Thread someone
hi there im having a R script in which i produce soe plots that are saved to a pdf specified by an absolute path... Is there a way to specify a relative path instead? pdfPlot("/Users/XXX/Desktop/R_script/plots/plot1", 8, 6, function(){ plot_plot1(data)

[R] Change order of columns in table?

2010-05-17 Thread someone
I'm an R noob and have a (maybe) stupid question... I have a table where I have the weekdays and a number for each weekday of entries: Thats what the table looks like... Now I want to have an pie3D plot of this, but obviously the order of the weekdays are not as one would expect... FridayMo

Re: [R] Change order of columns in table?

2010-05-17 Thread someone
well, actually the script is run by crone job once in a while and id hate to do things manually... -- View this message in context: http://r.789695.n4.nabble.com/Change-order-of-columns-in-table-tp2219536p2219725.html Sent from the R help mailing list archive at Nabble.com. ___

Re: [R] Change order of columns in table?

2010-05-19 Thread someone
thanks jim... that really was some usefel help! -- View this message in context: http://r.789695.n4.nabble.com/Change-order-of-columns-in-table-tp2219536p806.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org ma