README.md

fdth - Frequency Distribution Tables, Histograms and Polygons

This is the development code of the R package fdth. You should use it if you want to contribute to its development: testing unreleased versions, fixing bugs, writing code, etc.

To download, check and build it do the following in a terminal emulator:

git clone git://github.com/jcfaria/fdth.git

or

git clone https://jcfaria@github.com/jcfaria/fdth.git

After to clone it, to check, build and install do the following:

R CMD check fdth

R CMD build fdth

R CMD INSTALL fdth_X.X-X.tar.gz

Or, you could install directly as:

require(devtools)

install_github("jcfaria/fdth")

The stable version of this package is available at: http://cran.r-project.org/web/packages/fdth/index.html

Faria, J. C; Allaman, I. B. and Jelihovschi, E. G.
Universidade Estadual de Santa Cruz - UESC
Departamento de Ciências Exatas - DCEX
Ilhéus - Bahia - Brasil


jcfaria/fdth documentation built on Nov. 24, 2023, 4:16 a.m.