Description Usage Arguments Examples
Converts HUC 12 time-series data to HUC levels 2-10 based on area weighting.
1 | downscale_HUC12(HUC12_matrix, na.cutoff = 0.5, verbose = T)
|
HUC12_matrix |
Time-series matrix of HUC 12 values produced through convert_to_huc() function. |
na.cutoff |
Threshold value to decide when to return an NA value for a region. Default is 0.5. In this case, if more than 50 percent of a region is NA, NA is returned. |
verbose |
Should progress be written to console? |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.