Skip to content

Results Visualization

Xiangbo Mao edited this page Sep 1, 2016 · 12 revisions
Results Visualization

plot_utils: sources files for generating plots (R with ggplot2 is required).

How to Plot

Each .R file is self-explained by its name for generating plots that we used in the paper.

Basically,

  1. Change the location variable in .R file to the result data.

  2. Run the .R file (RStudio is recommended), and follow the prompts in the console.

  3. Sometimes, you need change the y axis scale accordingly to get better rendering plots.

    scale_y_continuous(limits=c(lower_limit, upper_limit))