Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 344 Bytes

r-helpers

R related code that I've used and might be helpful to others.

scatter-plot-loop-csv-and-filter.r

  • Scatter plot generation for CSV files. The sqldf library is used to filter the CSV files
  • Data was stored as xField,yField,year.
  • A random colour was assigned to the plot
  • Much easier than using Excel!