An open API service indexing awesome lists of open source software.

https://github.com/bgreenwell/funres

Functional residuals
https://github.com/bgreenwell/funres

Last synced: 2 months ago
JSON representation

Functional residuals

Awesome Lists containing this project

README

        

# funres

The goal of **funres** is to ...

## Installation

Currently, you can only install the **funres** package from GitHub:
``` r
# install.packages("remotes")
remotes::install_github("bgreenwell/funres")
```

## Example

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

``` r
library(funres)
## basic example code
```