| which.subelement.list | R Documentation | 
Returns indices of list terms xhich contain a given element
which.subelement.list(e, l)
e: | 
 element  | 
l: | 
 list  | 
which.subelement.list
Returns indices of list terms xhich contain a given element
Gianluca Bontempi gbonte@ulb.ac.be
Handbook Statistical foundations of machine learning available in http://www.ulb.ac.be/di/map/gbonte/mod_stoch/syl.pdf
L<-list("aa","b","a1","a","E")
L[[6]]<-c("a","z")
which.subelement.list("a",L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.