Learn R Programming

familiar (version 1.5.0)

is.waive: Internal test to see if an object is a waiver

Description

This function tests if the object was created by the waiver function. This function is functionally identical to ggplot2:::is.waive().

Usage

is.waive(x)

Value

TRUE for objects that are waivers, FALSE otherwise.

Arguments

x

Object to be tested.