ones | R Documentation |
Make an array of ones
ones(...)
... |
A sequence of dimensions separated by commas |
An integer array of ones
ones(5)
ones(5, 1)
ones(1, 5)
ones(2, 3)
ones(2, 3, 2)
str(ones(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.