Skip to content

Commit

Permalink
update .Rd for loadings linewidth support for biplots (#228)
Browse files Browse the repository at this point in the history
* add loading linewidth argument

* add loadings.linewidth argument

* ggbiplot(): add segment linewidth argument for loadings

Gave the argument an easier to read description and updated .Rd files using roxygen2!

* Update DESCRIPTION
  • Loading branch information
aleungplants authored Jan 30, 2024
1 parent 2952c90 commit 5ed9524
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Suggests:
xts,
zoo,
lfda
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/plotlib.R
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ autoplot.ggmultiplot <- function(object, ...) {
#' @param loadings Logical value whether to display loadings arrows
#' @param loadings.arrow An arrow definition
#' @param loadings.colour Point colour for data
#' @param loadings.linewidth Loading segment linewidth
#' @param loadings.linewidth Segment linewidth for loadings
#' @param loadings.label Logical value whether to display loadings labels
#' @param loadings.label.label Column name used for loadings text labels
#' @param loadings.label.colour Colour for loadings text labels
Expand Down
3 changes: 3 additions & 0 deletions man/ggbiplot.Rd

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

29 changes: 29 additions & 0 deletions man/ggfortify.Rd

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

0 comments on commit 5ed9524

Please sign in to comment.