# NOT RUN {
simdat <- simulater(
const = "cost 3",
norm = "demand 2000 1000",
discrete = "price 5 8 .3 .7",
form = "profit = demand * (price - cost)",
seed = 1234
)
plot(simdat, bins = 25)
# }
Run the code above in your browser using DataLab