From dafeff116327f185fe35834031f81ad47670cd4d Mon Sep 17 00:00:00 2001 From: Schultheis Date: Fri, 9 Mar 2018 09:41:26 +0100 Subject: [PATCH] scatterPlot_example: added missing source --- exec/scatterPlot_example.R | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/scatterPlot_example.R b/exec/scatterPlot_example.R index 9f36aca..292c753 100644 --- a/exec/scatterPlot_example.R +++ b/exec/scatterPlot_example.R @@ -9,6 +9,7 @@ source("../R/scatterPlot.R") source("../R/marker.R") source("../R/limit.R") source("../R/label.R") +source("../R/global.R") ####Test Data data <- data.table::data.table(id = rownames(mtcars), mtcars)