Skip to content

Commit

Permalink
fixing issue in topn_list.R function: add # to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
katgit committed Apr 5, 2023
1 parent 89819c9 commit d67c99e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/sim_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @docType data
#'
#' @usage \code{data(sim_Scores)}
#' @usage data(sim_Scores)
#'
#' @format A vector of continuous scores randomly generated
#' from \code{rnorm(n=ncol(sim_FS), mean=0, sd=1)} with \code{set.seed(123)}
Expand Down
2 changes: 1 addition & 1 deletion R/topn_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#' meta_plot(topn_best_list = topn_best_meta)
#'
#' # Visualize overlap of meta-features across top_N = 7
#' using topn_plot() function
#' # using topn_plot() function
#' topn_plot(topn_list = topn_list)
#'
"topn_list"
2 changes: 1 addition & 1 deletion man/sim_Scores.Rd

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

2 changes: 1 addition & 1 deletion man/topn_list.Rd

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

0 comments on commit d67c99e

Please sign in to comment.