diff --git a/Module_correlation.Rmd b/Module_correlation.Rmd index 87c492166141c42fbd9d00d1b9ce125b007b7a1e..ca567c15fb330d5b087c47a6ab572e2e37a2eca6 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")