Learn R Programming

meltt (version 0.4.3)

plot.meltt: Plot function for objects of class meltt.

Description

Overloads the default plot() for objects of class meltt.

Usage

# S3 method for meltt
plot(x, ...)

Arguments

x

object of class meltt.

...

further arguments passed to or from other methods.

Author

Karsten Donnay and Eric Dunford.

Details

Returns a bar plot outlining the proportion of events that are unique and duplicates from an object of class meltt.

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

Run this code
# \donttest{
data(crashMD)
output = meltt(crash_data1,crash_data2,crash_data3,
                taxonomies = crash_taxonomies,twindow = 1,spatwindow = 3)
plot(output)
# }

Run the code above in your browser using DataLab