shape_sim_trapezoid {npdsim}R Documentation

Generate trapezoidal shapes

Description

Generate trapezoidal shapes for the demand of new products during their life cycle

Usage

shape_sim_trapezoid(periods_number, shape_number)

Arguments

periods_number

Number of time periods of the products life cycle

shape_number

Number of generic shapes

Value

A numeric dateframe of three columns: time, shape and assigned_shape

Examples

shape_sim_trapezoid(periods_number=20, shape_number=5)

[Package npdsim version 1.0.0 Index]