pkgdown/mathjax-config.html

Skip to contents

Validates that all elements are negative. By default uses <= 0 (non-positive); set strict = TRUE for < 0.

Usage

require_negative(restriction, strict = FALSE)

Arguments

restriction

a restriction object.

strict

logical; if TRUE, requires < 0. If FALSE (default), requires <= 0.

Value

The modified restriction object.