Giter VIP home page Giter VIP logo

fdth's Introduction

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://[email protected]/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

fdth's People

Contributors

jcfaria avatar ivanalaman avatar jalvesaq avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

fdth's Issues

Problem with class limits

Hi, I have a problem with class limits.

library(fdth)

generate some random values

data = runif(1000, min=900, max=1200)

create class

dataClass = fdt(data, start=900, end=1200, h=25)

class limits seems to be ok with plot

plot(dataClass)

but class limit is not a multiple of 25 with summary

summary(dataClass, col=c(1,2,4,5,6), format=TRUE, pattern="%.0f")

Jean-Daniel Morris

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.