| expand_dims_1d | R Documentation |
output_size,
or check that input array is equivalent to a vector of dimension output_size.Convert scalar input to vector of dimension output_size,
or check that input array is equivalent to a vector of dimension output_size.
expand_dims_1d(input, output_size)
input |
Input to be converted to a vector (or passed through as-is) |
output_size |
Intended size of the output vector |
A vector of length output_size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.