Description Usage Arguments Author(s) See Also Examples
View source: R/as.yac_symbol.R
The function checks if x
is of class yac_symbol
.
If the test is TRUE
, it returns x
.
otherwise, it applies Ryacas::ysym()
to x
and returns the result.
1 2 3 | as.yac_symbol(x)
as.ysym(x)
|
x |
Object. |
Ivan Jacob Agaloos Pesigan
Other assert functions:
as.tex()
,
as.yac_symbol.mat()
1 2 3 4 5 6 | x <- 1:5
as.yac_symbol(x)
as.yac_symbol(Ryacas::ysym(x))
y <- 6:10
as.ysym(y)
as.ysym(Ryacas::ysym(y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.