From a829284d84a9db9d6d214553bd533db5a80b95f5 Mon Sep 17 00:00:00 2001 From: fromer Date: Mon, 20 Dec 2010 17:00:17 +0000 Subject: [PATCH] Return analyzed window sizes as well git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4884 348d0f76-0448-11de-a6fe-93d51630548a --- R/phasing/calcPhasingProbsForWindowDistances.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/phasing/calcPhasingProbsForWindowDistances.R b/R/phasing/calcPhasingProbsForWindowDistances.R index ed6af4ae3..42aaef568 100644 --- a/R/phasing/calcPhasingProbsForWindowDistances.R +++ b/R/phasing/calcPhasingProbsForWindowDistances.R @@ -43,5 +43,5 @@ calcPhasingProbsForWindowDistances <- function(distances, MAX_WINDOW_SIZE, meanD } } - phaseProbsPositionWindow + list(phaseProbsPositionWindow=phaseProbsPositionWindow, WINDOW_SIZES=WINDOW_SIZES) }