BoulderCodeHub / Process-CRSS-Res

Repository for code used to process CRSS Results starting in April 2015
1 stars 3 forks source link

Update shortage/surplus chances to be percents #46

Closed rabutler closed 7 years ago

rabutler commented 7 years ago

Right now, the shortage and surplus variables are multiplied by 100 and the plots are manually edited to show as percents.

Update data so that it does not multiply by 100 and then uses scales to show the plot as percents.

rabutler commented 7 years ago

This requires a code change in RWDataPlyr since the data returned by WYMinLTE, AnnMinLTE, etc. is either 0 or 100.

For now, the SysCond data is either 0 or 1, and the pe-stats data re 0 or 100. Will update this after RWDataPlyr is updated

rabutler commented 7 years ago

Will need to change the code in main.R that is within the if(createSimple5yrTable){...} code