knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

apollo

This is a fork of Apollo by Stephane Hess and David Palma. More information is available at their website

This fork includes edits and convenience functions that I am using in my own work. This is not --- and should not be seen as --- the official Apollo repository. It is likely that this fork could become outdated relative to official Apollo.

Installation

You can install the released version of apollo from CRAN with:

install.packages("apollo")

You can install this fork of the repository from GitHub:

# install.packages("devtools")
devtools::install_github("byu-transpolab/apollo")

Example

Examples are also on the website



byu-transpolab/apollo documentation built on Dec. 19, 2021, 12:48 p.m.