Skip to content

Species position in motif_census_triplets #9

@david-beauchesne

Description

@david-beauchesne

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?

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions