The conflict events are sourced from the ‘Armed Conflict Location & Event Data Project’ (ACLED) which records the latitude and longitude, time, actors, and casualty numbers of violent events [4]. We selected the ‘battle’ type of conflict event data from the ACLED database. From January 1, 2023, to October 1, 2024, the ACLED database recorded a total of 7,719 relevant war events in East Asia and Southeast Asia.
import the data
1 2 3
getwd()#you can use it to find the folder setwd("D:/R-4.3.1/R.SCRIPT/THE COURSE/VISUALIZATION/assignment-10.24/R-code and data")#you can change the file directory. war_in_asia<-read.csv("2023-01-01-2024-10-01-East_Asia-Southeast_Asia.csv")