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
Function avgdist will silently drop observations (rows) from the data. This can lead into mysterious mismatches with supplementary data sets. The minimum is to warn on dropping of data. The vegan standard is not to drop data, and the underlying rrarefy function does not drop observations. NB @Microbiology .
The text was updated successfully, but these errors were encountered:
jarioksa
changed the title
avgist silently drops observations
avgdist silently drops observations
Aug 13, 2017
Thanks for making this @jarioksa. Sorry, I know we had talked about it before but it fell through the cracks. I'll be able to take care of this sometime in the next couple of days.
Function
avgdist
will silently drop observations (rows) from the data. This can lead into mysterious mismatches with supplementary data sets. The minimum is to warn on dropping of data. The vegan standard is not to drop data, and the underlyingrrarefy
function does not drop observations. NB @Microbiology .The text was updated successfully, but these errors were encountered: