add_characteristic.population {IBMPopSim}R Documentation

Add characteristic to a population

Description

Add characteristic to a population

Usage

## S3 method for class '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.


[Package IBMPopSim version 1.0.0 Index]