Description Usage Arguments Value
View source: R/ratp_range_tp.R
Create exercise about taking or leaving special orders
1 2 3 4 5 6 7 8 9  | ratp_range_tp(
  vol = 1000,
  p = 10,
  uvcp = 5,
  uvcs = 2,
  ufc = 1.5,
  enough_cap = FALSE,
  force_buy = FALSE
)
 | 
vol | 
 Numeric. Volume.  | 
p | 
 Numeric. Price.  | 
uvcp | 
 Numeric. Unit variable cost of production.  | 
uvcs | 
 Numeric. Unit variable cost of sales.  | 
ufc | 
 Numeric. Unit fixed costs.  | 
enough_cap | 
 Logical. TRUE if the special order fits in available capacity.  | 
force_buy | 
 Logical. TRUE if the buyer is not allowed to deal outside.  | 
List. base, solution, wrong_nei, wrong_min_itp, wrong_max_itp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.