landscape.pollen.kernel.demo {kernelPop}R Documentation

takes parameters that define a pollen kernel and plots the results of simulating that kernel

Description

Produces a plot of a landscape. Adds a plot of the pollination distances in the landscape.

Usage

landscape.pollen.kernel.demo(s = 0, pmn1 = 30, pshp1 = 1.01, pmn2 = 600, pshp2 = 200, pmix = 0.75, plot = T)

Arguments

s selfing rate to define
pmn1 mean of component distribution 1
pshp1 shape of component distribution 1
pmn2 mean of component distribution 2
pshp2 shape of component distribution 2
pmix mixing parameter [0,1], 1=> all component 1
plot boolean

Value

landscape object

Examples

l<-landscape.pollen.kernel.demo()

[Package kernelPop version 0.9.09 Index]