Skip to content

Commit

Permalink
fixed example of moon
Browse files Browse the repository at this point in the history
  • Loading branch information
adugourd committed Sep 15, 2023
1 parent 2a284e3 commit a882932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/decoupleRnival.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' )
#'
#' # Run the function with the example input data
#' result <- moon(upstream_input, downstream_input, meta_network, n_layers = 2, n_perm = 100)
#' result <- moon(upstream_input, downstream_input, meta_network, n_layers = 2, statistic = "wmean")
#'
#' # View the results
#' print(result)
Expand Down
2 changes: 1 addition & 1 deletion man/moon.Rd

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

0 comments on commit a882932

Please sign in to comment.