From 8bb8fce218a92673c5d312bc3f939886fa5206c8 Mon Sep 17 00:00:00 2001
From: Clare <chorscroft@users.noreply.github.com>
Date: Tue, 8 Sep 2020 21:33:29 +0100
Subject: [PATCH] Added definition of L and R to Zalpha_all documentation

---
 man/Zalpha_all.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/Zalpha_all.Rd b/man/Zalpha_all.Rd
index 0a30d00..81799dd 100644
--- a/man/Zalpha_all.Rd
+++ b/man/Zalpha_all.Rd
@@ -38,7 +38,7 @@ Zalpha_all(
 
 \item{LDprofile_Beta_b}{Optional. A numeric vector containing the second estimated Beta parameter for the corresponding bin in the LD profile.}
 
-\item{minRandL}{Minimum number of SNPs in each set R and L for the statistics to be calculated. Default is 4.}
+\item{minRandL}{Minimum number of SNPs in each set R and L for the statistics to be calculated. L is the set of SNPs to the left of the target SNP and R to the right, within the given window size \code{ws}. Default is 4.}
 
 \item{minRL}{Minimum value for the product of the set sizes for R and L. Default is 25.}
 
-- 
GitLab