FWright.landscape {rmetasim} | R Documentation |
Calculate F
Fmat <- FWright.landscape(rland)
rland |
the Rmetasim landscape object |
A matrix of population x locus measures of Wright's F
obs.het.landscape, exp.het.landscape, allelefreq.landscape, Fst.landscape
exampleland <- new.example.landscape() FWright.landscape(exampleland) exampleland <- simulate.landscape(exampleland, 4) FWright.landscape(exampleland) rm(exampleland)