From eea917e12543679004be6ce64b6f17c32009d9a9 Mon Sep 17 00:00:00 2001 From: Jessica Thompson Date: Thu, 17 Jul 2014 11:35:24 -0500 Subject: [PATCH] newest build --- NAMESPACE | 1 - man/RegionalGoF.Rd | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 man/RegionalGoF.Rd diff --git a/NAMESPACE b/NAMESPACE index 612d62c..927d29c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -3,7 +3,6 @@ export(FlowStatsICP) export(MonthlyAnnualGoF) export(OtherStatsICP) -export(RegionalGoF) export(SWE_CSV_IHA) export(calculateStatsDiffs) export(calculateStatsGroups) diff --git a/man/RegionalGoF.Rd b/man/RegionalGoF.Rd deleted file mode 100644 index 390f831..0000000 --- a/man/RegionalGoF.Rd +++ /dev/null @@ -1,20 +0,0 @@ -% Generated by roxygen2 (4.0.1): do not edit by hand -\name{RegionalGoF} -\alias{RegionalGoF} -\title{Function to calculate GoF statistics for given observed and modeled statistics} -\usage{ -RegionalGoF(GagedFlowStats, ModeledFlowStats) -} -\arguments{ -\item{GagedFlowStats}{data frame of flow stats for observed data} - -\item{ModeledFlowStats}{data frame of flow stats for modeled data} -} -\value{ -Output data frame of calculated statistics -} -\description{ -This function accepts data frames of statistics for observed and modeled daily flow time-series -and returns a data frame of calculated GoF statistics -} -