Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinsimpson/analogueextra
Extra features and functions for use with the analogue package
https://github.com/gavinsimpson/analogueextra
Last synced: 23 days ago
JSON representation
Extra features and functions for use with the analogue package
- Host: GitHub
- URL: https://github.com/gavinsimpson/analogueextra
- Owner: gavinsimpson
- License: gpl-2.0
- Created: 2014-10-10T17:32:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T23:20:44.000Z (about 5 years ago)
- Last Synced: 2024-06-11T19:55:21.981Z (5 months ago)
- Language: R
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# analogueExtra
## Build status
Linux | Windows
------------|------------
[![Build Status](https://travis-ci.org/gavinsimpson/analogueExtra.svg?branch=master)](https://travis-ci.org/gavinsimpson/analogueExtra) | [![Build status](https://ci.appveyor.com/api/projects/status/o6klh6wkfegexrx2/branch/master?svg=true)](https://ci.appveyor.com/project/gavinsimpson/analogueextra/branch/master)## What is analogueExtra?
**analogueExtra** is an R package providing extra functions and tools for use with my **analogue** package. This extra functionality contains things that most users of **analogue** won't need all the time. Hence I've included them here. Initially, this is restricted to the `plot3d` method for `prcurve()` objects as the **rgl** package can be a pain to install on Apple Macs (so I am told by users). In time I plan to add **ggplot2** versions of of some of the plots generated by **analogue** here too.## Bugs, feature requests
Bug reports and feature requests should be filed as [issues](https://github.com/gavinsimpson/analogueExtra/issues).## Licence
**analogueExtra** is released under the [GNU General Public Licence Version 2](http://www.gnu.org/licenses/gpl-2.0.html).## Links
* Not yet on CRAN but will be ASAP [CRAN page](http://cran.r-project.org/package=analogueExtra)