different maps in thematicmap (bibliometrix package)

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)

We cannot run this code, unfortunately. Please try to make a reproducible example: Reproducibility ยท Advanced R.

One great way to make a reproducible example is with the reprex package.

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.