- Added the
import_ras_hydrographsfunction. This function handles the specfic case of using data exported from the RAS GUI. A seperateimport_dssvue_hydrographsfunction will be needed to handle DSSVue exports. - Added the
combine_hydrographsfunction. This function can handle datasets in either the RAS GUI export format or the DSSVue format when theimport_dssvue_hydrographsfunction is implemented. - Added the
lengthen_hydrographsfunction to convert hydrograph data in wide format to long format suitable for graphing. - Added the
hydrograph_plot_pagesfunction to define the plots needed for a hydrographs dataset. - Added the
hydrograph_plotfunction to draw a hydrograph plot. - Added the
hydrograph_reportfunction to produce a set of hydrographs for the input dataset. - Added the
hydrographsvignette to explain how to produce a hydrograph report.
- Added the
combine_filesfunction to streamline importing a folder of.csvfiles. - Added the
long_plot_pagesfunction to define the characteristics of each longitudinal profile plot page in a report. - Added the
gage_labelsfunction to define the characteristics of each gage for drawing gage stage labels. - Added the
gage_boxesfunction to define the characteristics of each gage for drawing gage stage boxes. - Added the
longitudinal_profile_plotfunction to draw an individual longitudinal profile graph. - Added the
longitudinal_profile_reportfunction to produce a set of longitudinal profile graphs for a modeled reach. - Added the
longitudinal_profilevignette to explain how to produce a longitudinal profile report.
- Created the
razvizpackage. - Began porting code from a series of rmarkdown documents used to create graphs and reports from a previous project to the
razvizpackage to improve code reusability, code maintanence, portability, and enhancement. - Porting the code from a set of rmarkdown documents required some refactoring and decisions about the
razvizpackage interface. The decision was made at this point thatrazvizwould focus on providing functions that create standard graphs, summary tables, and reports. Data wrangling should probably be handled by other packages to maintain the focus of this package.