library(Cairo)
knitr::opts_chunk$set(cache = FALSE,
                      fig.width = 9,
                      dpi=300,
                      dev = "png",
                      dev.args = list(type = "cairo-png"),
                      message = FALSE,
                      warning = FALSE)

Introduction

miaTime implements tools for time series manipulation based on the TreeSummarizedExperiment data container.

Installation

Installing the latest development version in R.

library(devtools)
devtools::install_github("microbiome/miaTime")

Loading the package:

library(miaTime)

See articles for more detailed example workflows.

Session info

sessionInfo()


microbiome/miaTime documentation built on May 7, 2023, 2:06 p.m.