populate_world: Populating simulated world with simulated organisims

Description Usage Arguments Examples

View source: R/sim_functions.R

Description

The populate_world function initiates simulated organisms in a DiagnoseHR world

Usage

1
populate_world(num_organisms, worldToPopulate, num_per_cell, replace = FALSE)

Arguments

num_organisms

is the number of simulated organisms to init

worldToPopulate

is a make_world() detection world

num_per_cell

is the maximum number of oganisms which may share a cell

replace

cells may be sampled with or without replacement

Examples

1
populate_world(num_organisms = 3, worldToPopulate = world, num_per_cell = 1, replace = F)

lsw5077/DiagnoseHR documentation built on Aug. 16, 2019, 11:33 a.m.