pearselab / MADcomm

Make A Database of ecological communities
Other
1 stars 15 forks source link

Using reshape2 instead of picante #4

Closed CChelak closed 7 years ago

CChelak commented 7 years ago

I found a better function for our purposes inside the package reshape2. They have a melt function that does most of the work for us, but includes the 0's and doesn't flip out with negatives.

Also, I adjusted one of the error messages.

willpearse commented 7 years ago

This is great, thanks. Two tips on comments:

Good work!