Description Usage Arguments Value
This function creates a vector of combination p.1 and p.2 from sequences of prices p.1 and p.2 It will be searched to find prices that maximize profits in PC strategy
1 |
step |
Increment of the sequences |
p.1.min.max |
Minimum and maximum value of price p1 [p.1.min.max <- c(p.1.min, p.1.max)] |
p.2.min.max |
Minimum and maximum value of price p2 [p.2.min.max <- c(p.2.min, p.2.max)] |
A vector of all possible combinations of p.1 and p.2 from sequences of prices: (from p.1.min, p.1.max by step), (from p.2.min, p.2.max by step).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.