Description Usage Arguments Author(s) Examples
View source: R/as.yac_symbol.R
Tests if an R
object x
is of class yac_symbol
.
1 2 3 | is.yac_symbol(x)
is.ysym(x)
|
x |
Object. |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 | x <- 1:5
is.yac_symbol(x)
is.yac_symbol(Ryacas::ysym(x))
y <- 6:10
is.ysym(y)
is.ysym(Ryacas::ysym(y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.