From a80178a926cd806e70053f7ea0619616eb540b59 Mon Sep 17 00:00:00 2001 From: Antaaa28 <diop2802anta@gmail.com> Date: Thu, 3 Apr 2025 14:18:45 +0200 Subject: [PATCH] maj --- Module_correlation.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/Module_correlation.Rmd b/Module_correlation.Rmd index 87c4921..ca567c1 100644 --- a/Module_correlation.Rmd +++ b/Module_correlation.Rmd @@ -76,7 +76,6 @@ cat("Default Quantitative Variables: ", paste(quantitative_vars, collapse = ", " cat("Default Variables for Advanced Pairs Plot: ", paste(display_vars, collapse = ", "), "\n") # If needed, manually modify the classification lists below: -# (For example, if you decide that a variable should be reclassified, update the lists here.) # categorical_vars <- c("sample", "condition", "animal", "experiment", "extraction") # quantitative_vars <- c("volume", "quantity") # display_vars <- c("condition", "animal", "experiment", "extraction") -- GitLab