Skip to content

Commit

Permalink
doc: fix cluster_labels argument documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed May 5, 2024
1 parent e662420 commit 7bbd2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ dendrogram_plot <- function(res, k, groups, text_size, show_na_title, colors = N
#' @param text_size font size for barplots, max word size for wordclouds
#' @param show_na_title if TRUE, show number of NA as plot title
#' @param cluster_label define a specific term for clusters identification in keyness plots.
#' Default is "Cluster" or "Cl." depending on the number of groups.
#' Default is "Cluster" or "Cl." depending on the number of groups. If a vector of length > 1,
#' define the cluster labels manually.
#' @param keyness_plot_xlab define a specific x label for keyness plots.
#' @param colors vector of custom colors for cluster titles and branches (in the order of the clusters)
#'
Expand Down
3 changes: 2 additions & 1 deletion man/rainette_plot.Rd

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

0 comments on commit 7bbd2f2

Please sign in to comment.