diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 14:42:14 +0200 |
commit | 4a918da6d5f971335b74b0fc83cb08f5c3163f95 (patch) | |
tree | ce67e7a1b2f4763342bee6f4ef9af283b74a27c0 /R | |
parent | 4f73b627fefd78405d9d996ca096cd9dd2b958c9 (diff) |
Rename twa to max_twa_parent, update docs
Diffstat (limited to 'R')
-rw-r--r-- | R/max_twa_parent.R (renamed from R/twa.R) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/R/twa.R b/R/max_twa_parent.R index e8894b0b..8d8b77f8 100644 --- a/R/twa.R +++ b/R/max_twa_parent.R @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Johannes Ranke +# Copyright (C) 2016,2017 Johannes Ranke # Contact: jranke@uni-bremen.de # This file is part of the R package mkin @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/> -twa <- function(fit, windows) { +max_twa_parent <- function(fit, windows) { parms.all <- c(fit$bparms.optim, fit$bparms.fixed) obs_vars <- fit$obs_vars if (length(obs_vars) > 1) { |