powered by
dice(hr, bb, hbp, k, ip)
## The function is currently defined as function (hr, bb, hbp, k, ip) { dice = (13 * hr + 3 * bb + 3 * hbp - 2 * k)/ip + 3 return(dice) }
Run the code above in your browser using DataLab