is.meltt: Tests for objects of type meltt.

View source: R/is.meltt.R

is.melttR Documentation

Tests for objects of type meltt.

Description

Function returns logical statement whether an object is of class meltt.

Usage

is.meltt(object)

Arguments

object

object to be tested.

Value

is.meltt returns TRUE or FALSE depending on whether its argument is of type meltt or not.

Author(s)

Karsten Donnay and Eric Dunford.

References

Karsten Donnay, Eric T. Dunford, Erin C. McGrath, David Backer, David E. Cunningham. (2018). "Integrating Conflict Event Data." Journal of Conflict Resolution.

See Also

meltt

Examples


data(crashMD)
output = meltt(crash_data1,crash_data2,crash_data3,
                taxonomies = crash_taxonomies,twindow = 1,spatwindow = 3)
is.meltt(output)


meltt documentation built on Oct. 27, 2022, 1:05 a.m.