Skip to content

Commit b1c1051

Browse files
committed
fix documentation for curves plot
1 parent 0b123bd commit b1c1051

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

R/plot_surv_shap.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ plot.surv_shap <- function(x,
121121
#' * `color_variable` - variable used to denote the color, by default equal to `variable`
122122
#'
123123
#'
124-
#'#' ## `plot.aggregated_surv_shap(geom = "curves")`
124+
#' ## `plot.aggregated_surv_shap(geom = "curves")`
125125
#'
126126
#' * `variable` - variable for which SurvSHAP(t) curves are to be plotted, by default first from result data
127127
#' * `boxplot` - whether to plot functional boxplot with marked outliers or all curves colored by variable value
128-
#'
128+
#' * `coef` - length of the functional boxplot's whiskers as multiple of IQR, by default 1.5
129129
#'
130130
#' @examples
131131
#' \donttest{

man/plot.aggregated_surv_shap.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)