Description Usage Arguments Author(s) See Also Examples
View source: R/as.yac_symbol.mat.R
The function uses as.yac_symbol()
to convert x
to an object of class yac_symbol
y
.
If y$is_mat = TRUE
, the function returns y
.
If y$is_vec = TRUE
, the function converts y
to a column vector, that is, an m by 1
matrix.
1 2 3 | as.yac_symbol.mat(x)
as.ysym.mat(x)
|
x |
Object. |
Ivan Jacob Agaloos Pesigan
Other assert functions:
as.tex()
,
as.yac_symbol()
1 2 3 4 5 6 | as.yac_symbol.mat(1:5)
(x <- matrix(1:10, ncol = 2))
as.yac_symbol.mat(x)
as.ysym.mat(6:10)
(y <- matrix(11:20, ncol = 2))
as.ysym.mat(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.