shape_sim_ig {npdsim} | R Documentation |
Generate generic shapes for the introduction and growth phases
Description
Generate piece-wise linear (4 segments) generic shapes for the introduction and growth phases
Usage
shape_sim_ig(periods_number, shape_number)
Arguments
periods_number |
Number of periods of the introduction and growth phases |
shape_number |
Number of generic shapes |
Value
A numeric dateframe of three columns: time, shape and assigned_shape
Examples
shape_sim_ig(periods_number=20, shape_number=5)
[Package npdsim version 1.0.0 Index]