I am looking for any specific package in R as well as codes that can handle particle number size distribution data generated from SMPS monitoring station.
This Q&A on stackoverflow.com shows how you can make a contour time series plot with SMPS data using R: http://stackoverflow.com/questions/36014676/use-r-to-recreate-contour-plot-made-in-igor The code is also in a github gist here: https://gist.github.com/benmarwick/9a54cbd325149a8ff405
The data is assumed to be a table with rows as date-times and columns as particle sizes, with cells containing dN/dlogDp values. There is an example data file you can inspect in the stackoverflow question.