dipetkov / eems

Estimating Effective Migration Surfaces
GNU General Public License v2.0
102 stars 28 forks source link

Error while plotting map in make_eems_plots #66

Open Jinyu8579 opened 2 years ago

Jinyu8579 commented 2 years ago

Hello,

I have finished an anaysis by using FST matrix as a distance matrix for the .diffs input file. When I using the reemsplots2 to plot the results, it reports errors The code I used was as follows: library("reemsplots2") mcmcpath_enmt <- system.file("extdata", "enchina_mt22P_chain1", package = "reemsplots2") plots_enmt <- make_eems_plots(mcmcpath_enmt, longlat = TRUE, add_grid = TRUE, add_demes = TRUE, m_colscale = c(-2.5, +2.5))

The errors I encountered was as follows: Joining, by = "id" New names:

I have aslo attached the results of the eems analysis.

enchina_mt22P_chain1.zip

Bests,

Jinyu