demo_in_transit {planr}R Documentation

demo_in_transit

Description

This dataset contains the detailed ETA and ETD for the current and next in transit, as well as the Transit Time for a defined DFU. ETA stands for Estimated Time of Arrival. ETD stands for Estimated Time of Departure. There are 2 types of in transit : the current in transit and the next one, not yet shipped. There are 6 variables in this dataset: a DFU, a Period, an ETA Current Goods In Transit, an ETD & ETA Next Goods In Transit, and a Transit Time. Note that the diffrence between ETD and ETA is the Transit Time. The idea is to use this dataset to project the Goods In Transit. We can apply on this dataset the proj_git() function, it will calculate the Proj.GIT which gathers the current and next In Transit quantities.

Usage

data(demo_in_transit)

Format

A data frame with 447 rows and 6 variables

Details

Author(s)

Nicolas Nguyen nikonguyen@yahoo.fr


[Package planr version 0.4.0 Index]