rebase_dims: Change the dimensions of a KinPairSimulation Object and shift...

View source: R/sample_kindist.R

rebase_dimsR Documentation

Change the dimensions of a KinPairSimulation Object and shift kinpairs so at least one individual is within the area

Description

Change the dimensions of a KinPairSimulation Object and shift kinpairs so at least one individual is within the area

Usage

rebase_dims(kindist, dims)

Arguments

kindist

KinPairSimulation - KinPairSimulation Class Object

dims

New site dimensions - either single number (length of side of square) or length 2 vector (lengths of sides x and y of rectangle)

Value

returns a rebased object of class KinPairSimulation with adjusted simulation dimensions

Examples

simobject <- simulate_kindist_simple()

rebase_dims(simobject, c(1, 100))
rebase_dims(simobject, 15)

moshejasper/kindisperse documentation built on Oct. 25, 2024, 2:57 a.m.