is.sf.3d: Tests if the object is a simple feature collection (class:...

View source: R/sfWrapper3D.R

is.sf.3dR Documentation

Tests if the object is a simple feature collection (class: 'sf, data.frame')

Description

Tests if the object is a simple feature collection (class: 'sf, data.frame')

Usage

is.sf.3d(track)

Arguments

track

any object to test

Value

A logical: TRUE if is a simple feature collection (class: 'sf, data.frame') of the sf package, FALSE otherwise.

Examples

is.sf.3d(niclas)
is.sf.3d(track2sf.3d(track = niclas, CRS = 2056))

eRTG3D documentation built on March 18, 2022, 6:11 p.m.