Re: [Rd] Editing the "..." argument

2008-07-06 Thread J. R. M. Hosking
Mathieu Ribatet wrote: Dear all, I'd like tweaking the ... arguments that one user can pass in my function for fitting a model. More precisely, my objective function is (really) problematic to optimize using the "optim" function. Consequently, I'd like to add in the "control" argument of t

[Rd] Comparing dimensions in arrays?

2008-07-06 Thread Spencer Graves
What functions exist to compare dimensions of arrays, other than the obvious checks of 'dim' and 'dimnames'? I ask, because I'm about to write something like this for the 'fda' package, and I'd prefer to use something that is already available. Specifically, I'm thinking of the