Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo (sise -> size) #163

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/Plotting_Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion R/Seurat_Plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion man/Clustered_DotPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading