Skip to contents

Test for ggpsychro plots

Usage

is_ggpsychro(x)

Arguments

x

An object to test

Value

A single logical value.

Examples

is_ggpsychro(ggpsychro())
#> [1] TRUE
is_ggpsychro(ggplot2::ggplot())
#> [1] FALSE