Skip to content

Commit

Permalink
Corrected typo in title of features weight pair plot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaAB committed Mar 12, 2024
1 parent ec83cc1 commit 99e92cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/output_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ plot_features_weight_pair <- function(method_output,

toplot <- method_output$features_weight
axis_vars <- latent_dimensions
title <- paste0("Features ", y_label, " - ", attr(method_output, "method"))
title <- paste0(y_label, " - ", attr(method_output, "method"))
} else {
if (length(method_output) != 2) {
stop(
Expand Down Expand Up @@ -878,7 +878,6 @@ plot_features_weight_pair <- function(method_output,
)

title <- paste0(
"Features ",
y_label,
" - ",
paste0(names(method_output), collapse = " vs ")
Expand Down

0 comments on commit 99e92cb

Please sign in to comment.