From 5bd0c245b25ca80397df30a95087a5ce72daf43e Mon Sep 17 00:00:00 2001 From: SMITH <1695515+ms609@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:39:07 +0000 Subject: [PATCH] xtip.rotate typo --- DESCRIPTION | 2 +- R/TernaryPlot.R | 2 +- man/HoldridgePlot.Rd | 2 +- man/TernaryPlot.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b51b269..561e7dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -49,5 +49,5 @@ Config/testthat/parallel: false LazyData: true VignetteBuilder: knitr Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.0 Roxygen: list(markdown = TRUE) diff --git a/R/TernaryPlot.R b/R/TernaryPlot.R index 3072cca..835b572 100644 --- a/R/TernaryPlot.R +++ b/R/TernaryPlot.R @@ -50,7 +50,7 @@ #' @param atip.rotate,btip.rotate,ctip.rotate Integer specifying number of #' degrees to rotate label of rightmost apex. #' @param atip.pos,btip.pos,ctip.pos Integer specifying positioning of labels, -#' iff the corresponding `xlab.rotate` parameter is set. +#' iff the corresponding `xtip.rotate` parameter is set. #' #' @param isometric Logical specifying whether to enforce an equilateral shape #' for the ternary plot. diff --git a/man/HoldridgePlot.Rd b/man/HoldridgePlot.Rd index f8b1ced..ef950b2 100644 --- a/man/HoldridgePlot.Rd +++ b/man/HoldridgePlot.Rd @@ -135,7 +135,7 @@ other limit.} degrees to rotate label of rightmost apex.} \item{atip.pos, btip.pos, ctip.pos}{Integer specifying positioning of labels, -iff the corresponding \code{xlab.rotate} parameter is set.} +iff the corresponding \code{xtip.rotate} parameter is set.} \item{padding}{Numeric specifying size of internal margin of the plot; increase if axis labels are being clipped.} diff --git a/man/TernaryPlot.Rd b/man/TernaryPlot.Rd index 1d8373d..177e0d0 100644 --- a/man/TernaryPlot.Rd +++ b/man/TernaryPlot.Rd @@ -126,7 +126,7 @@ other limit.} degrees to rotate label of rightmost apex.} \item{atip.pos, btip.pos, ctip.pos}{Integer specifying positioning of labels, -iff the corresponding \code{xlab.rotate} parameter is set.} +iff the corresponding \code{xtip.rotate} parameter is set.} \item{padding}{Numeric specifying size of internal margin of the plot; increase if axis labels are being clipped.}