[R] apply function
Eric Pellegrini
eric.pellegrini at chemie.uni-erlangen.de
Wed Oct 20 18:54:29 CEST 2004
Hi all,
I have a question about apply function. Is that possible to pass some
non-default arguments in the function we want to apply ?
For example:
if "mat" is a matrix and I want to use the "tabulate" function on its row.
The command apply(mat,1,tabulate) works but I have problem with this one
apply(mat, 1, tabulate(nbins=4)).
Any clue ?
Thanks,
Eric
--
Eric Pellegrini, PhD
Computer-Chemie-Centrum
University of Erlangen-Nürnberg
NägelbachstraÃe, 25
D-91052 Erlangen
Germany
More information about the R-help
mailing list