is.yac_symbol: Test for Object of Class 'yac_symbol'

Description Usage Arguments Author(s) Examples

View source: R/as.yac_symbol.R

Description

Tests if an R object x is of class yac_symbol.

Usage

1
2
3

Arguments

x

Object.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

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))

jeksterslab/yacR documentation built on Feb. 27, 2021, 3:45 a.m.