Skip to contents

Test if object is a rectangle

Usage

is_rectangle(x)

Arguments

x

An object to test.

Value

A logical.

Examples

is_rectangle("not a rectangle")
#> [1] FALSE