Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Mar 21, 2020
1 parent fe99483 commit 7b87f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/pedtools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b87f5a

Please sign in to comment.