-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%>% not working with multiplicate or divide #32
Comments
Never mind, A bit confusing but at least works. |
I'm not sure what you mean, but concatenating multiple atomic arithmetic
2015-03-21 18:24 GMT-04:00 dorianps notifications@github.com:
|
I would use parentheses to make sure you're getting what you think you're 2015-03-21 21:10 GMT-04:00 Ben Kandel ben.kandel@sbcglobal.net:
|
works with + or -
temp = ConAvgDiff.t1[[k]] %>% iMath('Normalize') %>% - brainmask
doesn't work with * and /
temp = ConAvgDiff.t1[[k]] %>% iMath('Normalize') %>% * brainmask
Error: unexpected '*' in "temp = ConAvgDiff.t1[[k]] %>% iMath('Normalize') %>% *"
The text was updated successfully, but these errors were encountered: