You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current output:
A data.frame containing 7 columns with all the information needed for the basic analysis of recruitment networks and canopy-recruit interactions: canopy species (Canopy), recruit species (Recruit), recruitment frequency (fij), Tij = TODO, Pij = TODO, cover of the canopy (cj) and cover of the recruit (ci).
I suggest to be consistent with upper and lowercase column names (e.g. fij, Tij).
And maybe replace i and j by c and r, to represent canopy and recruit? Because otherwise ci or cj are ambiguous, for example
The text was updated successfully, but these errors were encountered:
Current output:
A data.frame containing 7 columns with all the information needed for the basic analysis of recruitment networks and canopy-recruit interactions: canopy species (Canopy), recruit species (Recruit), recruitment frequency (fij), Tij = TODO, Pij = TODO, cover of the canopy (cj) and cover of the recruit (ci).
I suggest to be consistent with upper and lowercase column names (e.g. fij, Tij).
And maybe replace i and j by c and r, to represent canopy and recruit? Because otherwise ci or cj are ambiguous, for example
The text was updated successfully, but these errors were encountered: