<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On 2016-09-27 00:48, Samuel Gougeon wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="moz-cite-prefix">Le 27/09/2016 09:17, Tim Wescott a écrit :</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<pre>.../...

Or sum(..., 'r').  I can't remember which is which.  One makes a row,
the other makes a column, but I can never remember if it's "sum all
columns" or "sum into a column".</pre>
</blockquote>
:)<br /> Never did i, until i realized that operating <strong>across</strong> Rows yields a Row, or across Columns Yields a Column.<br /> Nevertheless i vaguely remember having met very few functions for which it is the opposite (but for good understandable reasons).</blockquote>
<p>I just make a matrix 'thing', then do size(sum(thing, 'c')).  Then I know. </p>
</body></html>