We can fill our matrices in two ways: by rows or by columns. To do so, we just need to add the byrow attribute and set it to TRUE or FALSE.

Sweet! If byrow=TRUE, the first row is filled, followed by the second.

Oh noes! Didn't we already use that attribute for something else?