From 5a4ce41820bb35bb810863f5f7eb120e59af5c5a Mon Sep 17 00:00:00 2001 From: "27856297+dependabot-preview[bot]@users.noreply.github.com" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:49:58 +0000 Subject: [PATCH] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/tm_g_gh_lineplot.Rd | 3 +++ man/tm_g_gh_spaghettiplot.Rd | 3 +++ 2 files changed, 6 insertions(+) diff --git a/man/tm_g_gh_lineplot.Rd b/man/tm_g_gh_lineplot.Rd index c307d9b6..1d7e5933 100644 --- a/man/tm_g_gh_lineplot.Rd +++ b/man/tm_g_gh_lineplot.Rd @@ -26,6 +26,7 @@ tm_g_gh_lineplot( "#4ca3dd", "#8a2be2"))[1:4], xtick = ggplot2::waiver(), xlabel = xtick, + xlab = "Analysis Visit", rotate_xlab = FALSE, plot_height = c(600, 200, 4000), plot_width = NULL, @@ -90,6 +91,8 @@ Default value is waive().} \item{xlabel}{vector with same length of \code{xtick} to define the label of x-axis tick values. Default value is waive().} +\item{xlab}{an x-axis label, if \code{NULL} then the behavior as in \code{xlab} from \link[goshawk]{g_lineplot}} + \item{rotate_xlab}{\code{logical(1)} value indicating whether to rotate \code{x-axis} labels.} \item{plot_height}{controls plot height.} diff --git a/man/tm_g_gh_spaghettiplot.Rd b/man/tm_g_gh_spaghettiplot.Rd index 27a4bdf0..e79f3221 100644 --- a/man/tm_g_gh_spaghettiplot.Rd +++ b/man/tm_g_gh_spaghettiplot.Rd @@ -22,6 +22,7 @@ tm_g_gh_spaghettiplot( color_comb = NULL, xtick = ggplot2::waiver(), xlabel = xtick, + xlab = "Analysis Visit", rotate_xlab = FALSE, facet_ncol = 2, free_x = FALSE, @@ -83,6 +84,8 @@ when x variable is numeric. Default value is \code{waive()}.} \item{xlabel}{vector with same length of \code{xtick} to define the label of \code{x-axis} tick values. Default value is \code{waive()}.} +\item{xlab}{an \code{x-axis} label, if \code{NULL} then no label is displayed} + \item{rotate_xlab}{\code{logical(1)} value indicating whether to rotate \code{x-axis} labels} \item{facet_ncol}{numeric value indicating number of facets per row.}