Skip to content

Commit 86a9841

Browse files
committed
typo fix in examples
1 parent d946e58 commit 86a9841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/plot-pgs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ split.pgs.by.phenotype <- function(pgs, phenotype.data) {
9797
#'
9898
#' # Plot phenotype categories
9999
#' \donttest{
100-
#' pgs.data$sex <- sample(c('male', 'female', 100, replace = TRUE));
100+
#' pgs.data$sex <- sample(c('male', 'female'), 100, replace = TRUE);
101101
#' create.pgs.density.plot(
102102
#' pgs.data,
103103
#' output.dir = temp.dir,

man/create.pgs.density.plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)