From cfd633962e742f9d4c297884bbaf9b1952c4b768 Mon Sep 17 00:00:00 2001 From: Sarah James Date: Fri, 8 Nov 2019 21:03:32 +0000 Subject: [PATCH] Fix make.acmap.cpp make.acmap.cpp was calling acmap rather than acmap.cpp, so the result of the function was a list rather than an environment --- Racmacs/R/map_making.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Racmacs/R/map_making.R b/Racmacs/R/map_making.R index 16a059aa..3bf6315d 100644 --- a/Racmacs/R/map_making.R +++ b/Racmacs/R/map_making.R @@ -42,7 +42,7 @@ make.acmap.cpp <- function(number_of_dimensions = 2, } # Make the chart - chart <- acmap(...) + chart <- acmap.cpp(...) # Run the optimizations optimizeMap(map = chart,