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 +