alexkychen / assignPOP

Population Assignment using Genetic, Non-genetic or Integrated Data in a Machine-learning Framework. Methods in Ecology and Evolution. 2018;9:439–446.
http://alexkychen.github.io/assignPOP/
GNU General Public License v3.0
17 stars 4 forks source link

Could not find function "read.Genpop" #20

Open Nga-Vu-JCU opened 2 years ago

Nga-Vu-JCU commented 2 years ago

Hi Alex,

I'm using package ‘assignPOP’ version 1.2.2. I can't import my genepop file into R using genin <- read.genpop( "simGenepop.txt", pop.names=c("pop_A","pop_B","pop_C") )

I just want to ask if anyone here got this issue and please guide me on how to import a genepop file

Many thanks

alexkychen commented 2 years ago

Hi, the function name should be "read.Genepop" in version 1.2.2.

Thanks.

Nga-Vu-JCU commented 2 years ago

Hi Alex,

Thank you so much. It's working now :)

Nga