-
Notifications
You must be signed in to change notification settings - Fork 0
Species position in motif_census_triplets #9
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
There seems to be an issue with the species positions identified with motif_census_triplets(). When I run the analysis, the position numbers are not as identified in the function documentation for the food chains, omnivory, apparent and competitive exploitation. The positions are:
1 2 3 4 5 9 10 11 12 13
> uid <- table64$name_uni %in% unique(table64$name_uni)[-1]
> sort(unique(c(table64$pos_i[uid], table64$pos_j[uid], table64$pos_k[uid])))
[1] 1 2 3 4 5 9 10 11 12 13
Are those position results normal and should the documentation be adjusted?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation