Commit db014998 authored by Georges Kunstler's avatar Georges Kunstler
Browse files

code for paracou species list

No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
...@@ -157,9 +157,8 @@ dataWD <- read.csv("./data/raw/DataParacou/WD-Species-Paracou-Ervan_GV.csv",stri ...@@ -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") 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"]] sum(species.clean[["Latin_name"]] %in% bridge[["Latin_name"]])/length(species.clean[["Latin_name"]])
match( ## only 307 species /775 are in teh traits data ....
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment