[R] Intersection list

David Winsemius dwinsemius at comcast.net
Thu May 6 19:51:47 CEST 2010


On May 6, 2010, at 1:48 PM, Ralf B wrote:

> How can I create intersections of vectors?
>
> a <- c(1,2,3)
> b <- c(1,5,6)
>
> the intersected list c should contain c(1)...

Is your help function not working?

>
> Ralf
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list