functionOrNULL {ClassifyR}R Documentation

Union of A Function and NULL

Description

Allows a slot to be either a function or empty.

Author(s)

Dario Strbenac

Examples

  PredictParams(NULL)
  PredictParams(predict)

[Package ClassifyR version 2.4.3 Index]