R/landscape.make.genpop.R

Defines functions landscape.make.genpop

Documented in landscape.make.genpop

# Create genpop object from landscape

landscape.make.genpop <- function(Rland)
    {
        genind2genpop(landscape.make.genind(Rland))
    }

Try the rmetasim package in your browser

Any scripts or data that you put into this service are public.

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.