| waiver {ggplot2} | R Documentation |
<br /> A waiver is a "flag" object, similar to NULL, that indicates the calling <br /> function should just use the default value. It is used in certain functions <br /> to distinguish between displaying nothing (NULL) and displaying a default <br /> value calculated elsewhere (waiver())
waiver();