You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/nice_PCA.R
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
#' @param labels A vector containing the variable to be used as labels (name inside the marker), and the label size. Example: c(var = "patient", size = 2). Default: NULL (no labels).
29
29
#' @param name_tags A vector containing the variable to be used as name tags (name outside the marker), tag size, minimum distance in order to add an arrow connecting the tag and the marker, and minimum distance from the tag and the center of the marker. Example: c(var = "label", size = 3, minlen = 2, box = 0.5). Default: NULL (no name tags).
30
30
#' @param cluster_data Indicates if the function generates the clusters (TRUE) or not (FALSE). This new cluster variable can be used as fill or shape. Default: FALSE.
31
+
#' @param scale Logical. Indicates whether to scale the data to have unit variances or not. Default: FALSE.
31
32
#' @param n_clusters Number of cluster categories. Default: 3.
32
33
#' @param transform Logical. Indicates whether to log2 transform the input `object` or not. Default: FALSE.
33
34
#' @param outPCs Number of Principal Components to keep if `returnData` is TRUE. Default: 50.
0 commit comments