Hello
I'm a total beginner and don't understand how to get there
I try to do this in R:
ord.scores <- as.data.frame(scores(ord)) %>% rownames_to_column(var = "Fundort")
but R says:
"Error in x$species[, choices, drop = FALSE] : incorrect number of dimensions"
What is the problem? Do someone knows any solution?