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.


DaphneGiorgi/IBMPopSim documentation built on July 16, 2025, 8:04 p.m.