R/zzz.R

Defines functions .onLoad

.onLoad <- function( libname, pkgname ) {
    registerS3method("+", "Vector.Variable", add_expressions)
    registerS3method("-", "Vector.Variable", substract_expressions)
    registerS3method("+", "Expression", add_expressions)
    registerS3method("-", "Expression", substract_expressions)
}

Try the ROML package in your browser

Any scripts or data that you put into this service are public.

ROML documentation built on May 2, 2019, 6:52 p.m.