rtimicropem

Supports the Analysis of RTI MicroPEM Output Files


Keywords
peer-reviewed, pm25, r, r-package, rstats, rti-micropem
Licenses
CNRI-Python-GPL-Compatible/CNRI-Python-GPL-Compatible

Documentation

rtimicropem

CRAN_Status_Badge Build Status Build status codecov.io DOI status

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

Install the package with:

install.packages("rtimicropem")

Or install the development version using devtools with:

library("devtools")
install_github("ropensci/rtimicropem")

# Introduction

This package aims at supporting the analysis of PM2.5 measures made with RTI MicroPEM. RTI MicroPEM are personal monitoring devices (PM2.5 and PM10) developed by RTI international.

The goal of the package functions is to help in two main tasks:

  • Checking individual MicroPEM output files after, say, one day of data collection.

  • Building a data base based on output files, and clean and transform the data for further analysis.

For more information check out the package website, in particular the introductory vignette.