is_ggplot: Is an object of class ggplot

View source: R/is_ggplot.R

is_ggplotR Documentation

Is an object of class ggplot

Description

Check whether an object is of the class ggplot.

Usage

is_ggplot(obj)

Arguments

obj

Any R object.

Value

Boolean.

Examples

bool <- echodata::is_ggplot(mtcars)

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.