Skip to content

Commit ecc8332

Browse files
committed
docs: update package references in documentation due to RoxygenNote: 7.3.3
- Changed references to CellStatPlot and CellVelocityPlot to include package namespace. - Updated deprecated function description to include package namespace for ClonalStatPlot.
1 parent 7b441c2 commit ecc8332

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/celldimplot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#' @param ... Other arguments passed to [plotthis::DimPlot()].
2020
#' @return A ggplot object or a list if `combine` is FALSE
2121
#' @export
22-
#' @seealso [CellStatPlot()] [CellVelocityPlot()]
22+
#' @seealso [scplotter::CellStatPlot()] [scplotter::CellVelocityPlot()]
2323
#' @importFrom SeuratObject DefaultDimReduc Embeddings Graphs Reductions Idents
2424
#' @importFrom plotthis DimPlot
2525
#' @details
@@ -366,7 +366,7 @@ CellDimPlot.H5File <- function(
366366
#' @param ... Other arguments passed to [plotthis::VelocityPlot()].
367367
#' @return A ggplot object
368368
#' @export
369-
#' @seealso [CellDimPlot()]
369+
#' @seealso [scplotter::CellDimPlot()]
370370
#' @importFrom SeuratObject DefaultDimReduc Embeddings Reductions
371371
#' @importFrom plotthis VelocityPlot
372372
#' @details See:

R/clonalstatplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ ClonalStatPlot <- function(
345345

346346
#' ClonalDynamicsPlot
347347
#'
348-
#' @description This function is deprecated. Please use [ClonalStatPlot()] instead.
348+
#' @description This function is deprecated. Please use [scplotter::ClonalStatPlot()] instead.
349349
#' @param data The product of [scRepertoire::combineTCR], [scRepertoire::combineTCR], or
350350
#' [scRepertoire::combineExpression].
351351
#' @param ... Other arguments.

0 commit comments

Comments
 (0)