Re: [R] Lattice: relation = 'free' in scales

2010-05-25 Thread Albart
Dear Peter, thank you for your help. This helped. Albart -- View this message in context: http://r.789695.n4.nabble.com/Lattice-relation-free-in-scales-tp2229644p2230511.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

[R] Lattice: relation = 'free' in scales

2010-05-25 Thread Albart
ution. I like the result except that the yaxis is now displayed for each plot and not only at the left side of the plot. Since I want the same plotting range for each row of the plot, this represents an unnecessary use of space and I would like to remove these axis from my plot, but I am not able t

Re: [R] Bulk editing of mySQL tables

2010-03-24 Thread Albart
example a complex calculation, then I would get it into R, change it and place it back in the database. In that case you would need to update your tables and not simply use dbWriteTable. Albart -- View this message in context: http://n4.nabble.com/Bulk-editing-of-mySQL-tables-tp1680417p1680776.html

Re: [R] Matching rows in a Data set? I'm Stuck!!

2010-03-03 Thread Albart
Hi, are your dataframes really called file1 and file2? Then, it will be something like this: test Links: -- [1] http://n4.nabble.com/Matching-rows-in-a-Data-set-I-m-Stuck-tp1576432p1576523.html [2] (link removed) = -- View this message in context: http://n4.nabble.com/Matching-rows-in-

[R] Thanks: Mathematical annotation axis in lattice

2009-07-08 Thread Coster, Albart
Hello, thanks for the two replies. The following code worked as expected: pos <- 1:10 lab <- letters[pos] ll <- parse(text = paste(pos,"*phi[",lab,"]",sep = "")) xyplot(1:10~1:10,scales = list(x = list(labels = ll,at = 1:10))) Best regards, Alba

[R] Mathematical annotation axis in lattice

2009-07-07 Thread Coster, Albart
xis of a lattice plot. ll <- as.expression(paste(pos," phi[",lab,"]",sep = "") xyplot(1:10~11:10,scales = list(x = list(labels = ll,at = 1:10))) does not work. I read about the function substitute, but that did not solve it. Could you recommend me how I shoul