diff --git a/R_Scripts/jphulse_camel.R b/R_Scripts/jphulse_camel.R index 42f91ab..2197ae0 100644 --- a/R_Scripts/jphulse_camel.R +++ b/R_Scripts/jphulse_camel.R @@ -1,3 +1,4 @@ +# Propogates and plots the graph generated from the camel datasets ## Read the files from the camel dataset and combine them as needed files <- list.files("./data/camel", pattern=".csv", full.names=T) combined <- do.call("rbind", lapply(files, read.csv)) @@ -24,4 +25,4 @@ if(require(igraph)) { -} \ No newline at end of file +}