datamod {chopin}R Documentation

Return the input's GIS data model type

Description

This function returns one of 'vector' or 'raster' depending on the input class.

Usage

datamod(input)

Arguments

input

Spat*/sf/stars object.

Value

character(1). One of "vector" or "raster".

Note

Although stars object is a little ambiguous whether to classify vector or raster, it will be considered raster in this package.

Author(s)

Insang Song

See Also

Other Helper functions: dep_check(), dep_switch(), get_clip_ext(), par_def_q(), reproject_std(), reproject_to_raster()


[Package chopin version 0.9.4 Index]