From 113b4058bc9cd624dcff775e8f906ac0ccaebb66 Mon Sep 17 00:00:00 2001 From: Noelle James Date: Fri, 2 Feb 2024 14:03:31 -0600 Subject: [PATCH] Simple grapher that can replace the older Grapher.R that uses the general graphing code --- admin tools/graphing new.R | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 admin tools/graphing new.R diff --git a/admin tools/graphing new.R b/admin tools/graphing new.R new file mode 100644 index 0000000..a001812 --- /dev/null +++ b/admin tools/graphing new.R @@ -0,0 +1,6 @@ +source(paste0(projects_folder, "graphing unrolled.R")) + +graph = Generate_Graph(rat_name = "Orange2", ratID = 316) + +graph$dprime_graph +graph$rxn_graph