add_characteristic.population: Add characteristic to a population

View source: R/model.R

add_characteristic.populationR 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.


IBMPopSim documentation built on Oct. 15, 2024, 5:07 p.m.