waiver {ggplot2} R Documentation

A waiver object.

Description


A waiver is a "flag" object, similar to NULL, that indicates the calling
function should just use the default value. It is used in certain functions
to distinguish between displaying nothing (NULL) and displaying a default
value calculated elsewhere (waiver())

Usage

waiver();

Arguments

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type element_blank.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]