IsIntensitynet: Is this class object intensitynet?

View source: R/intensitynet.R

IsIntensitynetR Documentation

Is this class object intensitynet?

Description

Determine if the given object is from the class intensitynet

Usage

IsIntensitynet(obj)

Arguments

obj

The object which will be checked if it belongs to the intensitynet class

Value

boolean, 'TRUE' if the argument obj is a intensitynet object

Examples


data("und_intnet_chicago")
IsIntensitynet(und_intnet_chicago)


intensitynet documentation built on April 11, 2023, 6:07 p.m.