[R] How to iteratively extract elements out of a list
Mark Lyman
mark.lyman at gmail.com
Sat Aug 26 17:32:39 CEST 2006
Previous message:
[R] How to iteratively extract elements out of a list
Next message:
[R] How to iteratively extract elements out of a list
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
lapply(m,function(x)x[x>2]) [[1]] [1] 3 4 [[2]] [1] 4 5 [[3]] [1] 4
Previous message:
[R] How to iteratively extract elements out of a list
Next message:
[R] How to iteratively extract elements out of a list
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the R-help mailing list