Learn R Programming

ch (version 0.1.0.2)

symb: 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.

Examples

Run this code
# NOT RUN {
library(Ryacas)
symb(x, y, z)
str(x)
# }

Run the code above in your browser using DataLab