Negate {roxygen}R Documentation

Negate a function; borrowed from src/library/base/R/funprog...

Description

Negate a function; borrowed from src/library/base/R/funprog.R for pre-2.7 Rs.

Usage

Negate(f)

Arguments

f the function to be negated

Value

The negated function


[Package roxygen version 0.1 Index]