Skip to contents

Test if object is a texture

Usage

is_texture(x)

Arguments

x

An object to test.

Value

A logical.

Examples

is_texture("not a texture")
#> [1] FALSE