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

hodgedecompose

CRAN status R-CMD-check

The goal of hodgedecompose is to ...

Installation

The development version from GitHub can be installed with:

# install.packages("devtools")
devtools::install_github("edwindj/hodgedecompose")

Example

This is a basic example which shows you how to solve a common problem:

library(hodgedecompose)
## basic example code


edwindj/hodgedecompose documentation built on Dec. 20, 2021, 3:21 a.m.