Learn R Programming

warehouseTools (version 0.1.2)

find_reduced_with: Find Reduced Warehouse Width

Description

This internal function finds the reduced width of the warehouse by analyzing the arcs and detecting the last non-empty aisle.

Usage

find_reduced_with(arcs)

Value

The reduced warehouse width as an integer.

Arguments

arcs

A data frame or matrix representing the arcs in the warehouse.