steel: Waste in steel rolling

Description Usage Arguments Value Examples

View source: R/steel.R

Description

A function to solve the problem about wasting in steel rolling

Usage

1
steel(L, sigma, pre)

Arguments

L

Required steel's size

sigma

Accuracy of instrument

Value

The mean of finished rolled steel should be set l

Examples

1
2
3
4
5
6
7
## Not run: 
L<-100
sigma<-2
pre<-0.5
optimal_L<-steel(L,sigma,pre)

## End(Not run)

SC19016/SC19016 documentation built on Jan. 3, 2020, 9:16 p.m.