knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

R-CMD-check

amsdata

Amsdata is a (mostly) lab-agnostic package for working with AMS data. The goal of amsdata is to provide functions for AMS data analysis including data reduction, normalization, and blank correction, conversion of AMS data among common formats.

Installation

You can install amsdata from github with:

#install.packages("remotes")
devtools::install_github("blongworth/amsdata")

Load the package with:

library(amsdata)


blongworth/amsdata documentation built on June 15, 2022, 5:35 p.m.