Description Usage Arguments Value Examples
View source: R/assignment_tables.R
Link Statistics Table
| 1 2 3 | 
| links | Model link table as a  | 
| volume | Character string identifying the modeled volume in the link table. | 
| count | Character string identifying the calibration/validation counts in the link table. | 
| group_field | Character string identifying variable to
group observations by, for example facility type. If set to same value
as  | 
| volume_breaks | Numeric vector passed on to  | 
| type | Which type of table to print. Currently supports percent RMSE and total flow deviation. | 
A data_frame with the link summary table.
| 1 2 3 4 | link_stats_table(links, "volume", "count", group_field = "area_name", type = "rmse")
link_stats_table(links, "volume", "count", group_field = "area_name", type = "flow")
link_stats_table(links, "volume", "count", group_field = "facility_group", type = "rmse")
link_stats_table(links, "volume", "count", group_field = "facility_group", type = "flow")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.