diff --git a/R/Plotting_Utilities.R b/R/Plotting_Utilities.R index 9bf60fac83..4395185194 100644 --- a/R/Plotting_Utilities.R +++ b/R/Plotting_Utilities.R @@ -441,7 +441,7 @@ Figure_Plot <- function( #' @param cluster_ident logical, whether to cluster and reorder identity axis. Default is TRUE. #' @param column_label_size Size of the feature labels. Provided to `column_names_gp` in Heatmap call. #' @param legend_label_size Size of the legend text labels. Provided to `labels_gp` in Heatmap legend call. -#' @param legend_title_size Sise of the legend title text labels. Provided to `title_gp` in Heatmap legend call. +#' @param legend_title_size Size of the legend title text labels. Provided to `title_gp` in Heatmap legend call. #' @param raster Logical, whether to render in raster format (faster plotting, smaller files). Default is FALSE. #' @param plot_km_elbow Logical, whether or not to return the Sum Squared Error Elbow Plot for k-means clustering. #' Estimating elbow of this plot is one way to determine "optimal" value for `k`. @@ -941,7 +941,7 @@ Clustered_DotPlot_Single_Group <- function( #' @param cluster_ident logical, whether to cluster and reorder identity axis. Default is TRUE. #' @param column_label_size Size of the feature labels. Provided to `column_names_gp` in Heatmap call. #' @param legend_label_size Size of the legend text labels. Provided to `labels_gp` in Heatmap legend call. -#' @param legend_title_size Sise of the legend title text labels. Provided to `title_gp` in Heatmap legend call. +#' @param legend_title_size Size of the legend title text labels. Provided to `title_gp` in Heatmap legend call. #' @param raster Logical, whether to render in raster format (faster plotting, smaller files). Default is FALSE. #' @param plot_km_elbow Logical, whether or not to return the Sum Squared Error Elbow Plot for k-means clustering. #' Estimating elbow of this plot is one way to determine "optimal" value for `k`. diff --git a/R/Seurat_Plotting.R b/R/Seurat_Plotting.R index 3d64ef4684..5423cb9b49 100644 --- a/R/Seurat_Plotting.R +++ b/R/Seurat_Plotting.R @@ -984,7 +984,7 @@ DotPlot_scCustom <- function( #' @param cluster_ident logical, whether to cluster and reorder identity axis. Default is TRUE. #' @param column_label_size Size of the feature labels. Provided to `column_names_gp` in Heatmap call. #' @param legend_label_size Size of the legend text labels. Provided to `labels_gp` in Heatmap legend call. -#' @param legend_title_size Sise of the legend title text labels. Provided to `title_gp` in Heatmap legend call. +#' @param legend_title_size Size of the legend title text labels. Provided to `title_gp` in Heatmap legend call. #' @param raster Logical, whether to render in raster format (faster plotting, smaller files). Default is FALSE. #' @param plot_km_elbow Logical, whether or not to return the Sum Squared Error Elbow Plot for k-means clustering. #' Estimating elbow of this plot is one way to determine "optimal" value for `k`. diff --git a/man/Clustered_DotPlot.Rd b/man/Clustered_DotPlot.Rd index 4deca1b5ac..e13fd25089 100644 --- a/man/Clustered_DotPlot.Rd +++ b/man/Clustered_DotPlot.Rd @@ -108,7 +108,7 @@ smaller than row_km, but this might mean the original row_km is not a good choic \item{legend_label_size}{Size of the legend text labels. Provided to \code{labels_gp} in Heatmap legend call.} -\item{legend_title_size}{Sise of the legend title text labels. Provided to \code{title_gp} in Heatmap legend call.} +\item{legend_title_size}{Size of the legend title text labels. Provided to \code{title_gp} in Heatmap legend call.} \item{raster}{Logical, whether to render in raster format (faster plotting, smaller files). Default is FALSE.}