Fixed repmat

This commit is contained in:
Waldir Leoncio 2020-01-15 10:55:50 +01:00
parent ff8bc8cce6
commit aaa4b9302c
2 changed files with 15 additions and 3 deletions

View file

@ -23,4 +23,6 @@ function on Matlab
}
\note{
The Matlab implementation of this function accepts `n` with length > 2.
It should also be noted that a concatenated vector in R, e.g. `c(5, 2)`, becomes a column vector when coerced to matrix, even though it may look like a row vector at first glance. This is important to keep in mind when considering the expected output of this function. Vectors in R make sense to be seen as column vectors, given R's Statistics-oriented paradigm where variables are usually disposed as columns in a dataset.
}