Hi there,
I try to create a thematicmap for my dataset via bibliometrix package. The plot map changes in different computers although they process the same data with the same code. Windows based systems seem stable for creating maps but macOS system's output changes in every run. Do you have any idea about this issue?
The code is below
res <- thematicMap(q12theme$slice2, field = "ID", n = 5000, minfreq = 5, size = 0.4, repel = FALSE, n.labels = 5)
plot(res$map)