
genind2genalex(pop, filename = "genalex.csv", quiet = FALSE, geo = FALSE,
geodf = "xy", sep = ",")
genclone
or genind
object.logical
If FALSE
a message will be printed to the
screen.logical
Default is FALSE
. If it is set to
TRUE
, the resulting file will have two columns for geographic data.character
Since the other
slot in the adegenet
object can contain many different items, you must specify the name of the
data frame in the other
slot containing your geographic coordinates.
It defaults to "xy".clonecorrect
, genclone
or
genind
data(nancycats)
genind2genalex(nancycats, "~/Documents/nancycats.csv", geo=TRUE)
Run the code above in your browser using DataLab