README.md

scan.tools

The goal of scan.tools is to improves workflow with using S::Can spectro::lyser UV V2’s default analyte output data format

Installation

You can install the released version of scan.tools from Github.com/BrianY-Wang with:

# install.packages("devtools")
devtools::install_github("BrianY-Wang/scan.Tools")

Example

This is a basic example which shows you how to use the package:

library(scan.tools)
data <- import("https://raw.githubusercontent.com/BrianY-Wang/foo/main/Raw_data/09210160.par", "8-digit-SerialNumber")

plot(data$date,data$doc)

Repository Contents

Author

[@BrianWang](wybobrian@gmail.com)

Author Bio

STAT545 Website

Version History

Acknowledgments

Thank you to STAT545 TAs and instructor Vincenzo for their patience and feedback on this project. They have created a well supported environment for learning and provided a mentored opportunity to explore my own dataset.



BrianY-Wang/scan.Tools documentation built on Dec. 17, 2021, 11:55 a.m.