landscape.new.floatparam {kernelPop} | R Documentation |
Create a set of floating point parameters
Description
Create a set of floating point parameters for a Rmetasim landscape.
Usage
## must be called AFTER landscape.new.empty()
rland <- landscape.new.floatparam(rland,s=0)
Arguments
rland |
skeletion of landscape object, required |
s |
selfing (default=0), the selfing rate of the species |
Examples
## Defaults
exampleland <- landscape.new.empty()
exampleland <- landscape.new.floatparam(exampleland)
exampleland$floatparam
## .5 selfing rate
exampleland <- landscape.new.empty()
exampleland <- landscape.new.floatparam(exampleland,s=0.5)
exampleland$floatparam
rm(exampleland)
[Package
kernelPop version 0.9.09
Index]