-
Notifications
You must be signed in to change notification settings - Fork 5
Results Visualization
Xiangbo Mao edited this page Sep 1, 2016
·
12 revisions
plot_utils: sources files for generating plots (R with ggplot2 is required).
Each .R file is self-explained by its name for generating plots that we used in the paper.
Basically,
-
Change the location variable in .R file to the result data.
-
Run the .R file (RStudio is recommended), and follow the prompts in the console.
-
Sometimes, you need change the y axis scale accordingly to get better rendering plots.
scale_y_continuous(limits=c(lower_limit, upper_limit))