USGS-R / Rainmaker

Repo being permanently moved to: https://code.usgs.gov/water/analysis-tools/Rainmaker
https://code.usgs.gov/water/analysis-tools/Rainmaker
Other
18 stars 14 forks source link

Fixes indexing issues #37

Closed limnoliver closed 6 years ago

limnoliver commented 6 years ago

There were some errors in the way data frame columns were being indexed. Also, there were issues when any rain value = NA, all sum or max or min function fails. I think this resolves the issues that Todd was having with RMerosivity which were actually issues leading up to erosivity calculations, not with the calculation itself. Closes issue #36