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

Description Usage Arguments Value Examples

View source: R/sfWrapper3D.R

Description

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

Usage

1
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

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

munterfi/eRTG3D documentation built on Feb. 25, 2022, noon