BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

Modify the slot aggregation methods to return 0/1 not 0/100 #53

Closed rabutler closed 7 years ago

rabutler commented 7 years ago

See https://github.com/BoulderCodeHub/Process-CRSS-Res/issues/46

Right now, data returned by WYMinLTE, AnnMintLTE, etc. is either 0 or 100. Should return 0 or 1, so that we can compute percentages from the data as fractions.

Do this before #49