[R] Error with lapply
megh
megh700004 at yahoo.com
Thu Nov 20 17:31:41 CET 2008
I have written following codes, with intention to get a list with values
1,2,9,16 :
fn <- function(i) return(i^2)
lapply(1:4, fn, i)
However I got following error :
Error in FUN(1:4[[1L]], ...) : unused argument(s) (1)
Can anyone please tell me what will be the correct code here?
Regards,
--
View this message in context: http://www.nabble.com/Error-with-lapply-tp20605066p20605066.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list