Description Usage Arguments Value Author(s) Examples
This function retrieves the value of a variable in each of the cells that are within a basin boundary. It also returns the average time series value of the variable.
1 |
var |
one of the dataframe results returned from the DWBcalculator function |
cellBasins |
first entry of the cellBasins function that consists of a list of vectors. Each one of the vectors contains the cell numbers of each basin |
a list of two elements. The first one is the time series average value of the variable, and the second is a list of dataframes each one of them contains the time series of each of the cells that are within a basin
Nicolas Duque Gardeazabal <nduqueg@unal.edu.co>
Pedro Felipe Arboleda Obando <pfarboledao@unal.edu.co>
Carolina Vega Viviescas <cvegav@unal.edu.co>
David Zamora <dazamoraa@unal.edu.co>
Water Resources Engineering Research Group - GIREH Universidad Nacional de Colombia - sede Bogota
1 2 3 4 5 6 7 | data(sogamoso,GRU,basins)
dwb_results <- sogamoso$dwb_results
Run <- dwb_results$q_total
cellBasins <- cellBasins(GRU, basins)
cellBasins <- cellBasins$cellBasins
Runoff.Sogamoso <- varBasins(Run, cellBasins)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.