In place addition
grapes-plus-equals-grapes.Rd
Warning: Typing x %+=% y/2 returns x <- (x + y)/2. Adding parentheses, i.e. x %+=% (y/2) solves the problem.
grapes-plus-equals-grapes.Rd
Warning: Typing x %+=% y/2 returns x <- (x + y)/2. Adding parentheses, i.e. x %+=% (y/2) solves the problem.