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

CRAN_Status_Badge Travis-CI Build Status

Overview

The equidIO package provides functionaly to deal with tabular data composed of records of equidistant time steps.

Main functions are

Installation

# From CRAN (in future)
#install.packages("equidIO")

# Or the the development version from GitHub:
# install.packages("devtools")
devtools::install_github("bgctw/equidIO")

Usage

See the package vignettes (*.md) for examples.



bgctw/equidIO documentation built on Nov. 17, 2020, 5:05 a.m.