Skip to content
Prev 1985 / 7419 Next

get common sampling sites from two data sets

Etienne Lalibert? wrote:
## you can also use the intersect function (does the same thing)
common_sites<-intersect(rownames(y),rownames(x))