# NOT RUN {
# Plot the routes followed by two aircrafts departing from Sevilla airport the
# 4th of November, 2020.
if(interactive()){
vectors1=getAircraftStateVectorsSeries(aircraft="345107",
startTime="2020-11-04 11:55:00", endTime="2020-11-04 13:10:00",
timeZone="Europe/London", timeResolution=300)
vectors2=getAircraftStateVectorsSeries(aircraft = "4ca7b3",
startTime="2020-11-04 10:30:00", endTime="2020-11-04 12:00:00",
timeZone="Europe/London", timeResolution=300)
plotRoutes(list(vectors1, vectors2), pathColors=c("red", "blue"))
}
# }
Run the code above in your browser using DataLab