is.waive {familiar} | R Documentation |
This function tests if the object was created by the waiver
function. This
function is functionally identical to ggplot2:::is.waive()
.
is.waive(x)
x |
Object to be tested. |
TRUE
for objects that are waivers, FALSE
otherwise.