Learn R Programming

aisdk (version 1.1.0)

is_ggplot_empty: Check if Value is Empty (ggplot2 semantics)

Description

Mirrors ggplot2's internal empty() function behavior. Returns TRUE if: NULL, 0 rows, 0 cols, or waiver object.

Usage

is_ggplot_empty(x)

Value

Logical.

Arguments

x

Value to check.