Description Usage Arguments Value Examples
View source: R/sample_kindist.R
Change the dimensions of a KinPairSimulation Object and shift kinpairs so at least one individual is within the area
1 | rebase_dims(kindist, dims)
|
kindist |
|
dims |
New site dimensions - either single number (length of side of square) or length 2 vector (lengths of sides x and y of rectangle) |
returns a rebased object of class KinPairSimulation
with adjusted simulation dimensions
1 2 3 4 | simobject <- simulate_kindist_simple()
rebase_dims(simobject, c(1, 100))
rebase_dims(simobject, 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.