-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It's the second person that contacts me because of the non-continuous trait error message:
Lines 65 to 68 in 0a58ab6
| if (!is.numeric(traits)) { | |
| stop("Non-continuous trait data found in input traits. ", | |
| "Please provide only continuous trait data", call. = FALSE) | |
| } |
Maybe we should point people to multivariate analyses to get back continuous traits. Like adding a line "If you want to use non-numeric traits with fundiversity, you have to transform them to obtain numerical traits beforehand (e.g., through a PCoA or similar techniques)"
It would probably be too specific, but at least would point user to ways to overcome the issue themselves.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request