Skip to content

Commit

Permalink
update argument
Browse files Browse the repository at this point in the history
  • Loading branch information
william-denault committed Aug 22, 2024
1 parent bd75659 commit a032df5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ plot_colors <- c("black", "dodgerblue2", "green4", "#6A3D9A", "#FF7F00",
#'
#' @param title The title of the plot.
#'
#' @param ldots additional arguments
#' @importFrom ggplot2 ggplot
#' @importFrom ggplot2 geom_line
#' @importFrom ggplot2 facet_wrap
Expand Down Expand Up @@ -62,7 +63,8 @@ plot_susiF <- function (obj,
pos_SNP,
point_shape,
font_size = 10,
title = "") {
title = "",
...) {

if (missing(pos_SNP)) {
pos_SNP <- 1:length(obj$pip)
Expand Down
5 changes: 4 additions & 1 deletion man/fsusie_plots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a032df5

Please sign in to comment.