TheoreticalEcosystemEcology / alien

Predict All Links In Ecological Networks
MIT License
12 stars 0 forks source link

mandatory args in `as.alienData()` #21

Closed SteveViss closed 7 years ago

SteveViss commented 7 years ago

Add idSite and idObs as mandatory args. Row ids and col ids of trait, coocc etc. matrices are based on those field.

SteveViss commented 7 years ago

idObs is a mandatory data.frame or matrix object with the following structure:

Each row is an unique observation at a specific site, visite, species and individu.

TODO: Add idInd and idTime as optionals.