Skip to content

Commit

Permalink
fixed duplicated param
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jul 1, 2022
1 parent b207bfb commit 4cbc523
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions R/default_params_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
#' clade in the empirical data
#' @param ylim4 maximum of the plot of the rank of the largest clade.
#' @param title title of the plot.
#' @param res Sets the maximum number of species for which a probability must
#' be computed, must be larger than the size of the largest clade.
#' @param ddmodel Sets the model of diversity-dependence:
#' * `ddmodel = 0`: no diversity dependence
#' * `ddmodel = 1`: linear dependence in speciation rate
Expand Down Expand Up @@ -216,7 +214,6 @@ default_params_doc <- function(model,
sumstats,
ylim4,
title,
res,
ddmodel,
verbose,
island_ontogeny,
Expand All @@ -227,6 +224,7 @@ default_params_doc <- function(model,
x_I, # nolint
mainland_n,
low_rates,
rep_index) {
rep_index,
res) {
# Nothing
}
14 changes: 7 additions & 7 deletions man/default_params_doc.Rd

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

0 comments on commit 4cbc523

Please sign in to comment.