From d9741abaf1f92e6dd8696adc6d07bb3047630804 Mon Sep 17 00:00:00 2001
From: Clare <chorscroft@users.noreply.github.com>
Date: Mon, 29 Jun 2020 12:59:47 +0100
Subject: [PATCH] Added example units

---
 R/snps-data.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/R/snps-data.R b/R/snps-data.R
index 7b30122..f281783 100644
--- a/R/snps-data.R
+++ b/R/snps-data.R
@@ -5,8 +5,8 @@
 #'
 #' @format A data frame with 20 rows and 12 variables:
 #' \describe{
-#'   \item{positions}{location of the SNP on the chromosome}
-#'   \item{distances}{genetic distance of the SNP from the start of the chromosome}
+#'   \item{positions}{location of the SNP on the chromosome e.g. in base pairs}
+#'   \item{distances}{genetic distance of the SNP from the start of the chromosome e.g. in centimorgans}
 #'   \item{chrom_1}{allele of the SNP on the first example chromosome}
 #'   \item{chrom_2}{allele of the SNP on the second example chromosome}
 #'   \item{chrom_3}{allele of the SNP on the third example chromosome}
-- 
GitLab