GSOC 2021: New Graphics for ChemoSpec

[This article was first published on R on Chemometrics & Spectroscopy using R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

GSOC_logo It’s been quiet around this blog because supervising two students for Google Summer of Code has kept me pretty busy! But we have some news…

Thanks to Mr. Tejasvi Gupta and the support of GSOC, ChemoSpec and ChemoSpec2D were extended to produce ggplot2 graphics and plotly graphics! ggplot2 is now the default output, and the ggplot2 object is returned, so if one doesn’t like the choice of theme or any other aspect, one can customize the object to one’s desire. The ggplot2 graphics output are generally similar in layout and spirit to the base graphics output, but significant improvements have been made in labeling data points using the ggrepel package. The original base graphics are still available as well. Much of this work required changes in ChemoSpecUtils which supports the common needs of both packages.

Tejasvi did a really great job with this project, and I think users of these packages will really like the results. We have greatly expanded the pre-release testing of the graphics, and as far as we can see every thing works as intended. Of course, please file an issue if you see any problems or unexpected behavior.

To see more about how the new graphics options work, take a look at GraphicsOptions. Here are the functions that were updated:

  • plotSpectra
  • surveySpectra
  • surveySpectra2
  • reviewAllSpectra (formerly loopThruSpectra)
  • plotScree (resides in ChemoSpecUtils)
  • plotScores (resides in ChemoSpecUtils)
  • plotLoadings (uses patchwork and hence plotly isn’t available)
  • plot2Loadings
  • sPlotSpectra
  • pcaDiag
  • plotSampleDist
  • aovPCAscores
  • aovPCAloadings (uses patchwork and hence plotly isn’t available)

Tejasvi and I are looking forward to your feedback. There are many other smaller changes that we’ll let users discover as they work. And there’s more work to be done, but other projects need attention and I need a little rest!

To leave a comment for the author, please follow the link and comment on their blog: R on Chemometrics & Spectroscopy using R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)