Skip to content

Commit

Permalink
Update test snapshots, doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Apr 15, 2024
1 parent dd511fc commit 56f9ac6
Show file tree
Hide file tree
Showing 5 changed files with 1,083 additions and 160 deletions.
3 changes: 2 additions & 1 deletion R/g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#' subtitle. Can be `NA` if `paramcd` is not to be added to the y-axis label or subtitle.
#' * `y_unit` (`string` or `NA`)\cr name of variable with units of `y`. Used for y-axis label and plot's subtitle.
#' Can be `NA` if y unit is not to be added to the y-axis label or subtitle.
#' * `facet_var` (`string`)\cr name of the secondary grouping variable used for plot faceting, i.e. treatment arm. Can be `NA` to indicate lack of groups.
#' * `facet_var` (`string` or `NA`)\cr name of the secondary grouping variable used for plot faceting, i.e. treatment
#' arm. Can be `NA` to indicate lack of groups.
#' @param mid (`character` or `NULL`)\cr names of the statistics that will be plotted as midpoints.
#' All the statistics indicated in `mid` variable must be present in the object returned by `sfun`,
#' and be of a `double` or `numeric` type vector of length one.
Expand Down
3 changes: 2 additions & 1 deletion man/g_lineplot.Rd

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

Loading

0 comments on commit 56f9ac6

Please sign in to comment.