I try to do this: 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"

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?

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.