Learn R Programming

freealg (version 1.0-0)

print: Print freealg objects

Description

Print methods for free algebra objects

Usage

# S3 method for freealg
print(x,...)

Arguments

x

Object of class freealg in the print method

...

Further arguments, currently ignored

See Also

freealg

Examples

Run this code
# NOT RUN {
rfalg()

x <- rfalg(inc=TRUE)
x                           # default
options("usecaret" = TRUE)  # use caret
x
options("usecaret" = FALSE) # back to the default
x


# }

Run the code above in your browser using DataLab