landscape.ploidy {kernelPop} | R Documentation |
return a vector with the ploidy of each locus in the order they appear in the landscape
landscape.ploidy(Rland)
Rland |
the Rmetasim landscape object |
vector
landscape.populations
exampleland <- landscape.new.example() landscape.ploidy(exampleland) rm(exampleland)