Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kunstler Georges
traitcompet
Commits
c560d2f8
Commit
c560d2f8
authored
Mar 13, 2014
by
ghislainv
Browse files
check taxonomy Paracou
parent
67ee0df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/find.trait/Paracou.R
View file @
c560d2f8
...
...
@@ -307,8 +307,7 @@ data.tree <- read.csv("output/formatted/Paracou/tree.csv", stringsAsFactors = FA
species.clean2
<-
data.frame
(
sp
=
data.tree
[
!
duplicated
(
data.tree
[[
"sp"
]]),
"sp"
],
Latin_name
=
data.tree
[
!
duplicated
(
data.tree
[[
"sp"
]]),
"sp.name"
],
Latin_name_syn
=
data.tree
[
!
duplicated
(
data.tree
[[
"sp"
]]),
"sp.name"
],
stringsAsFactors
=
FALSE
)
stringsAsFactors
=
FALSE
)
## extract
data.traits
<-
fun.extract.format.sp.traits.NOT.TRY
(
sp
=
species.clean2
$
sp
,
Latin_name
=
species.clean2
$
Latin_name
,
data
=
data.species
,
name.match.traits
=
"Latin_name"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment