diff --git a/PriorityFlow_1.0.tar.gz b/PriorityFlow_1.0.tar.gz index 13c4875..ff96c0f 100644 Binary files a/PriorityFlow_1.0.tar.gz and b/PriorityFlow_1.0.tar.gz differ diff --git a/Rpkg/NAMESPACE b/Rpkg/NAMESPACE index 21c1f5d..e16687c 100644 --- a/Rpkg/NAMESPACE +++ b/Rpkg/NAMESPACE @@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +export(CalcFlow) export(CalcStreamOrder) export(CalcSubbasins) export(D4TraverseB) diff --git a/Rpkg/R/CalcFlow.R b/Rpkg/R/CalcFlow.R index 905ac1b..e14512f 100644 --- a/Rpkg/R/CalcFlow.R +++ b/Rpkg/R/CalcFlow.R @@ -21,8 +21,7 @@ #' @param mask mask with ones for cells to be processed and zeros for everything else - defaults to a mask of all 1's #' if a mask is a provide it shoudl be a [nx,ny] matrix such that such that [1,1] is the lower left corner of the #' domain and [nx,ny] is the upper right -#' -#' +#' @export CalcFlow=function(file.path, run.name, file.nums, slopex.file, slopey.file, overland.type, mannings, epsilon=1e-5, dx=1, dy=1, mask){