plot_data: Plotting Data in Phase Plane with Data Trajectories for Specified Entities
Description
plot_data plots data form indicator 1 and indicator 2 in phase plane. The user may specify entities for which he/she wants to plot the data trajectories over the plotted data. It calls the function preprocess_data. It requires the packages plm and graphics.
## Plot Data in a Phase Plane with Data Trajectories for Specified Entitiesplot_data(datap, datap$logGDP, datap$EmanzV, seq(0, 12, by = 0.5), seq(0, 1, by = 0.1),
1, 2, 3, 4, 5, 6)