Skip to content

Commit

Permalink
Merge branch 'main' into 1085_split_fun_ref_last@707_keep_order@main
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Garolini <[email protected]>
  • Loading branch information
Melkiades authored Oct 31, 2023
2 parents e0fa6d6 + 43fe6a3 commit df00665
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern
Title: Create Common TLGs Used in Clinical Trials
Version: 0.9.2.9001
Date: 2023-10-23
Version: 0.9.2.9002
Date: 2023-10-27
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern 0.9.2.9001
# tern 0.9.2.9002

### New Features
* Added `ref_group_position` function to place the reference group facet last, first or at a certain position.
Expand Down
10 changes: 6 additions & 4 deletions R/g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
#' and be of a `double` or `numeric` type vector of length one.
#' @param interval (`character` or `NULL`)\cr names of the statistics that will be plotted as intervals.
#' All the statistics indicated in `interval` variable must be present in the object returned by `sfun`,
#' and be of a `double` or `numeric` type vector of length two.
#' @param whiskers (`character`)\cr names of the interval whiskers that will be plotted. Must match the `names`
#' attribute of the `interval` element in the list returned by `sfun`. It is possible to specify one whisker only,
#' lower or upper.
#' and be of a `double` or `numeric` type vector of length two. Set `interval = NULL` if intervals should not be
#' added to the plot.
#' @param whiskers (`character`)\cr names of the interval whiskers that will be plotted. Names must match names
#' of the list element `interval` that will be returned by `sfun` (e.g. `mean_ci_lwr` element of
#' `sfun(x)[["mean_ci"]]`). It is possible to specify one whisker only, or to suppress all whiskers by setting
#' `interval = NULL`.
#' @param table (`character` or `NULL`)\cr names of the statistics that will be displayed in the table below the plot.
#' All the statistics indicated in `table` variable must be present in the object returned by `sfun`.
#' @param sfun (`closure`)\cr the function to compute the values of required statistics. It must return a named `list`
Expand Down
10 changes: 6 additions & 4 deletions man/g_lineplot.Rd

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

0 comments on commit df00665

Please sign in to comment.