Skip to contents

Tests if an input is a stars object.

Usage

is.stars(x)

Arguments

x

an R Object.

Value

Boolean evaluation with logical output.

Examples

x <- stars::st_as_stars(matrix(1, nrow = 1, ncol = 1))
is.stars(x)
#> [1] TRUE