Skip to content

Commit

Permalink
more glue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Oct 9, 2024
1 parent 4c649db commit 9b510e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/cosine.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ multi_cosine_matrix <- function(x, partners, nas, group='type') {
#'
#' # plot results in a big dendrogram
#' pdf("lalhc.pdf", width = 150,height = 20, family = 'Courier')
#' plot(lalhc, labels=glue::glue("{type}_{abbreviate_datasets(dataset)}{side}",
#' .envir =lalmeta), hang = -.01, cex=.7)
#' plot(lalhc, labels=glue::glue_data("{type}_{abbreviate_datasets(dataset)}{side}",
#' .x=lalmeta), hang = -.01, cex=.7)
#' dev.off()
#'
#' # look at the results interactively
Expand Down
4 changes: 2 additions & 2 deletions man/cf_cosine_plot.Rd

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

0 comments on commit 9b510e7

Please sign in to comment.