From 7b87f5ab5861d2b38d59549fccb6c65238e6a1c2 Mon Sep 17 00:00:00 2001 From: Magnus Dehli Vigeland Date: Sat, 21 Mar 2020 09:41:45 +0100 Subject: [PATCH] Fix typo --- vignettes/pedtools.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/pedtools.Rmd b/vignettes/pedtools.Rmd index 4d10358..39a7091 100644 --- a/vignettes/pedtools.Rmd +++ b/vignettes/pedtools.Rmd @@ -100,7 +100,7 @@ plot(trio, deceased = "fa", starred = "mo", shaded = "girl", col = c("green", "red", "blue"), title = "Trio 1", margins = c(1,1,1.5,1)) ``` -See Section 2.2 for how to add, and control the appearence of, marker genotypes to pedgree plots. +See Section 2.2 for how to add, and control the appearance of, marker genotypes to pedigree plots. ## Built-in pedigree structures {#builtin} Rather than using the `ped()` function directly, it is usually quicker and safer to build pedigrees step by step, applying the arsenal of utility functions offered by `pedtools`. A typical workflow is as follows: