symb {ch}R Documentation

Generating multiple symbols at once

Description

It may be faster than using ysym.

Usage

symb(..., envir = parent.frame(), quite = FALSE)

Arguments

...

The multiple vectors.

envir

The environment.

quite

If FALSE, it will show the message in the end.

Value

The multiple symbols.

Author(s)

Chai

Examples


library(Ryacas)
symb(x, y, z)
str(x)


[Package ch version 0.1.0.2 Index]