View source: R/checkDrainageareaErrors.R
Executes drainage area checks for newly computed areas, based on the
if_verify_demtarea control setting (section 2 of the control script). If any differences are found
between the user's original data for Total Drainage Area vs. Total Drainage Area calculated by
RSPARROW, a plot of user's original data for Total Drainage Area vs. Total Drainage Area calculated
by RSPARROW is output. For the control setting if_verify_demtarea_maps<-"yes", maps are output
of demtarea and hydseq for unmatched areas as a ratio of RSPARROW calculated:original. A CSV
file is output of all differences found to ~/estimate/(run_id)_diagnostic_darea_mismatches.csv. 
 
Executed By: verifyDemtarea.R 
Executes Routines: 
checkBinaryMaps.R
unPackList.R
| 1 2 | checkDrainageareaErrors(file.output.list, mapping.input.list,
  DAreaFailCheckObj, data1, batch_mode)
 | 
| DAreaFailCheckObj | data.frame of all rows of subdata in which the user's original data for Total Drainage Area vs. Total Drainage Area calculated by RSPARROW differ | 
| data1 | input data (data1) | 
| batch_mode | yes/no character string indicating whether RSPARROW is being run in batch mode | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.