is_tf_ggplot: Check if object is a tf_ggplot

View source: R/tf-ggplot.R

is_tf_ggplotR Documentation

Check if object is a tf_ggplot

Description

Check if object is a tf_ggplot

Usage

is_tf_ggplot(x)

Arguments

x

Object to test

Value

TRUE if x inherits from "tf_ggplot", FALSE otherwise.

Examples

p <- tf_ggplot(data.frame(x = 1))
is_tf_ggplot(p)
is_tf_ggplot(ggplot2::ggplot())

tidyfun documentation built on April 24, 2026, 5:06 p.m.