Skip to content

Commit

Permalink
add col.per.group to man-roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
aljabadi committed Jun 22, 2021
1 parent a8832d1 commit 7d147b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mixOmics
Type: Package
Title: Omics Data Integration Project
Version: 6.17.19
Version: 6.17.20
Depends: R (>= 3.5.0),
MASS,
lattice,
Expand Down
3 changes: 1 addition & 2 deletions R/plotIndiv.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
#' for ellipse plots. Coded as default for the supervised methods \code{PLS-DA,
#' SPLS-DA,sGCCDA}, but needs to be input for the unsupervised methods
#' \code{PCA, sPCA, IPCA, sIPCA, PLS, sPLS, rCC, rGCCA, sGCCA}
#' @param col.per.group character (or symbol) color to be used when 'group' is
#' defined. Vector of the same length as the number of groups.
#' @template arg/col.per.group
#' @param style argument to be set to either \code{'graphics'},
#' \code{'lattice'}, \code{'ggplot2'} or \code{'3d'} for a style of plotting.
#' Default set to 'ggplot2'. See details. \code{3d} is not available for MINT
Expand Down
2 changes: 2 additions & 0 deletions man-roxygen/arg/col.per.group.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @param col.per.group character (or symbol) color to be used when 'group' is
#' defined. Vector of the same length as the number of groups.

0 comments on commit 7d147b1

Please sign in to comment.