Learn R Programming

planr (version 0.5.1)

blueprint: blueprint

Description

This dataset contains the basic features to calculate projected inventories and coverages. And also 2 additional info: a minimum and maximum targets of stock coverage. We can apply on it the proj_inv() function, it will return calculated projected inventories and coverages as well as an analysis of the position of the projected inventories versus the minimum and maximum stocks targets.

Usage

data(blueprint)

Arguments

Format

A data frame with 520 rows and 7 variables

Author

Nicolas Nguyen nikonguyen@yahoo.fr

Details

  • DFU, an item

  • Period, a date

  • Demand, a consumption in units

  • Opening, available inventories at the beginning in units

  • Supply, a Replenishment Plan in units

  • Min.Cov, a Minimum Stocks Targets in number of Periods

  • Max.Cov, a Maximum Stocks Targets in number of Periods