| is_sf {netmap} | R Documentation |
Is object a map?
Description
Checks whether an object is an sf object, returns message if it's not
Usage
is_sf(m)
Arguments
m |
Object of class |
Value
TRUE if object of classes sf and data.frame, FALSE otherwise.
[Package netmap version 0.1.4 Index]