Learn R Programming

IBMPopSim (version 1.1.0)

add_characteristic.population: Add characteristic to a population

Description

Add characteristic to a population

Usage

# S3 method for population
add_characteristic(x, name, value = NA)

Arguments

x

Object of population class representing a population.

name

Name of the characteristic to add.

value

Value of the characteristic. By default NA.