Skip to content
Snippets Groups Projects
Commit 5d792e79 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Minor fix to 01b

parent 47699ace
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,8 @@ Mesobromion <- function(species.path, traits.path, output, myfunction="get.corXY ...@@ -71,7 +71,8 @@ Mesobromion <- function(species.path, traits.path, output, myfunction="get.corXY
myfunction <- get(myfunction) myfunction <- get(myfunction)
## calculate corr between species composition matrix and traits ## calculate corr between species composition matrix and traits
species <- read_delim(species.path, delim="\t") %>% species <- read_delim(species.path, delim="\t") %>%
as.data.frame() as.data.frame() %>%
column_to_rownames("RELEVE_NR")
traits <- read_delim(traits.path, delim="\t") %>% traits <- read_delim(traits.path, delim="\t") %>%
as.data.frame() #%>% as.data.frame() #%>%
### TEMPORARY FOR TESTING! ### TEMPORARY FOR TESTING!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment