diff --git a/merge.data.PARACOU.R b/merge.data.PARACOU.R
index 62a38ca4a04a5ac1390a5bc07cf85e1968f2d792..0451855c4165429be2564d55bf8e356c729d3e5b 100644
--- a/merge.data.PARACOU.R
+++ b/merge.data.PARACOU.R
@@ -157,9 +157,8 @@ dataWD <- read.csv("./data/raw/DataParacou/WD-Species-Paracou-Ervan_GV.csv",stri
 seed.traits <- read.csv("./data/raw/DataParacou/Autour de Paracou - Releves par trait et taxon.txt",stringsAsFactors=FALSE, header = T, sep = "\t")
 
 ###
-species.clean[["Latin_name"]] %in% bridge[["Latin_name"]]
-match(
-
+sum(species.clean[["Latin_name"]] %in% bridge[["Latin_name"]])/length(species.clean[["Latin_name"]])
+## only 307 species /775 are in teh traits data ....