Re: [R] lattice: how to "center" a title?

2011-01-04 Thread mhofert
Dear Dieter, many thanks, exactly what I was looking for. Cheers, Marius -- View this message in context: http://r.789695.n4.nabble.com/lattice-how-to-center-a-title-tp3173271p3173931.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] how to get higher derivatives with "deriv"

2010-07-30 Thread mhofert
Okay, great. Thanks. Cheers, Marius -- View this message in context: http://r.789695.n4.nabble.com/how-to-get-higher-derivatives-with-deriv-tp2306711p2307709.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org maili

Re: [R] how to get higher derivatives with "deriv"

2010-08-01 Thread mhofert
Dear all, many thanks, great work. Here is the feature which Peter suggested (it also includes a string containing the variable name): DD <- function(f, var.string="x", order=1){ res <- f body.res <- body(f) i <- 1 while(i <= order){ body.res <- D(

Re: [R] foreach: how to create array (of lists) as result?

2011-05-19 Thread mhofert
okay, I should have remembered... Gabor suggested a pretty nice solution, see: http://r.789695.n4.nabble.com/How-to-create-an-array-of-lists-of-multiple-components-td3167576.html -- View this message in context: http://r.789695.n4.nabble.com/foreach-how-to-create-array-of-lists-as-result-tp35353