Skip to content
Prev 44923 / 398528 Next

my own function given to lapply

On Thu, 2004-02-26 at 11:39, Christoph Lehmann wrote:
Perhaps the missing first 'h' in the 'treshold' function definition
would be the problem?

Alternativey, you need to use:

sapply(mylist[, , 3], treshold)

HTH,

Marc Schwartz