mpdougherty / razviz

An R package to produce standard graphs for HEC-RAS models.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Add goodness of fit summary tables #1

Open mpdougherty opened 4 years ago

mpdougherty commented 4 years ago

Add the functions required to produce the Goodness of Fit (GOF) tables.

GOF_table

mpdougherty commented 4 years ago

It seems like graphs would be a better visualization (y-axis: GOF stat, x-axis: river mile). This would help to quickly screen for river reaches with high error.

mpdougherty commented 3 years ago

If I remember correctly, I left off while I was in the process of porting code from the old phase 1 reports (https://github.com/mpdougherty/razviz/blob/master/inst/old_reports/original_Hydrographs.Rmd) to razviz functions. I got as far as creating the gof_table.R and gof_stats.R functions, but the tests for these two functions are still in progress. I created the vignette, but it is still incomplete as well.