Description Usage Arguments Details Author(s) References See Also Examples
Overloads the default plot()
for objects of class meltt
.
1 2 |
x |
object of class |
... |
further arguments passed to or from other methods. |
Returns a bar plot outlining the proportion of events that are unique and duplicates from an object of class meltt
.
Karsten Donnay and Eric Dunford.
Karsten Donnay, Eric T. Dunford, Erin C. McGrath, David Backer, David E. Cunningham. (2018). "Integrating Conflict Event Data." Journal of Conflict Resolution.
1 2 3 4 | data(crashMD)
output <- meltt(crash_data1,crash_data2,crash_data3,
taxonomies = crash_taxonomies,twindow = 1,spatwindow = 3)
plot(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.