GLEON / rLakeAnalyzer

An R version of Lake Analyzer
43 stars 26 forks source link

No months showing up for wtr.heatmap.layers #94

Closed rjones933 closed 6 years ago

rjones933 commented 6 years ago

Having some issues with getting the months to show on the x-axis for the wtr.heatmap.layers function. They show up on the wrt.heat.map plot... has anyone had this issue before? We tried using the filled.contour function that is recommended to change defaults in the user manual but without success. image image

lawinslow commented 6 years ago

@rjones933 Good question. Not sure what's up with that, but I went in and fixed an issue I found in wtr.heatmap.layers. Want to give it a try and see if it fixes your issue? Install my github version using the command below:

devtools::install_github('lawinslow/rLakeAnalyzer')

I think that should fix the issue you're seeing on the rLA version. Let me know if it does and I'll merge it in with the GLEON version.

lawinslow commented 6 years ago

@rjones933 Did this fix your issue? If yes, I'd like to merge this into the main rLA branch and possibly push a new version to CRAN.

lawinslow commented 6 years ago

@rjones933 Did this fix your issue? If yes, I'd like to merge this into the main rLA branch and possibly push a new version to CRAN.

lawinslow commented 6 years ago

I'm going to close this and assume the issue is fixed.