Skip to content

Commit

Permalink
fix undocumented argument refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
certara-smouksassi committed Jan 6, 2024
1 parent 4fb5227 commit 09de15c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Imports:
forcats,
ggridges,
rms,
tibble
tibble,
patchwork
Suggests:
knitr,
rmarkdown
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(survival,Surv)
importFrom(survival,survfit)
3 changes: 3 additions & 0 deletions R/ggcontinuousexpdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' @import tidyr
#' @importFrom stats median
#' @importFrom stats quantile
#' @importFrom stats sd

summary_df_cont <- function(x,y, probs = c(0.25,0.75,0.90,0.10)) {
N = Ntot = prob = NULL
Expand Down Expand Up @@ -41,6 +42,8 @@ plogis <- function(x) exp(x)/(1+exp(x))
#' @param mean_obs_bydose observed mean by dose TRUE/FALSE
#' @param N_text_size N responders/Ntotal by exposure bin text size default to 5
#' @param binlimits_text_size 5 binlimits text size
#' @param binlimits_ypos binlimits y position default to 0
#' @param binlimits_color binlimits text color default to "gray70"
#' @param dist_position_scaler space occupied by the distribution default to 0.2
#' @param dist_offset offset where the distribution position starts 0
#' @param lineranges_ypos where to put the lineranges -1
Expand Down
4 changes: 4 additions & 0 deletions man/ggcontinuousexpdist.Rd

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

0 comments on commit 09de15c

Please sign in to comment.