Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Oct 7, 2024
1 parent ee102d6 commit 63184e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/plotLoadings.R
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@ setMethod("plotLoadings", signature = c(x = "matrix"),
plot_out <- plot_out +
scale_y_reordered() +
facet_wrap(~ PC, scales = "free") +
labs(x = "Value", y = "Feature")

labs(x = "Value", y = "Feature")
}
# Adjust theme
plot_out <- plot_out +
Expand Down

0 comments on commit 63184e7

Please sign in to comment.