From be481ced73d8ae437e95b70148e6e3c14dda5203 Mon Sep 17 00:00:00 2001 From: Andrew Hooker Date: Thu, 22 Feb 2024 08:16:59 +0100 Subject: [PATCH] More documentation updates --- R/xpose.create.title.R | 8 -------- man/xpose.create.title.Rd | 13 ------------- 2 files changed, 21 deletions(-) diff --git a/R/xpose.create.title.R b/R/xpose.create.title.R index a47b461..87bd7ac 100644 --- a/R/xpose.create.title.R +++ b/R/xpose.create.title.R @@ -37,14 +37,6 @@ #' @param funx Function applied to x data #' @param funy Function applied to y data #' @param no.runno should we include a run number in the label -#' @param logx is the data log transformed? -#' @param autocorr.x Are we looking at an autocorrelation plot? -#' @param autocorr.y Are we looking at an autocorrelation plot? -#' @param plot.text Text of plot title -#' @param main If \code{"Default"} then \code{plot.text} is the default title -#' with the run number and subset expression added to the title. If the value -#' is anything other than \code{"Default"} then that value is used as the plot -#' title. #' @param \dots additional arguments passed to the function. #' @return Plot titles and labels. #' @author Andrew Hooker diff --git a/man/xpose.create.title.Rd b/man/xpose.create.title.Rd index d7c1f7a..3b10983 100644 --- a/man/xpose.create.title.Rd +++ b/man/xpose.create.title.Rd @@ -44,19 +44,6 @@ xpose.create.label( \item{\dots}{additional arguments passed to the function.} \item{fun}{Function applied to data} - -\item{logx}{is the data log transformed?} - -\item{autocorr.x}{Are we looking at an autocorrelation plot?} - -\item{autocorr.y}{Are we looking at an autocorrelation plot?} - -\item{plot.text}{Text of plot title} - -\item{main}{If \code{"Default"} then \code{plot.text} is the default title -with the run number and subset expression added to the title. If the value -is anything other than \code{"Default"} then that value is used as the plot -title.} } \value{ Plot titles and labels.