From 63184e78f260be19d450184851e56c7ce5af2fd3 Mon Sep 17 00:00:00 2001 From: TuomasBorman Date: Mon, 7 Oct 2024 08:51:28 +0300 Subject: [PATCH] up --- R/plotLoadings.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/plotLoadings.R b/R/plotLoadings.R index ab0ef3f..3f26dc9 100644 --- a/R/plotLoadings.R +++ b/R/plotLoadings.R @@ -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 +