Coder Social home page Coder Social logo

enriqueph / oeis.r Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 3.0 575 KB

Data from The On-Line Encyclopedia of Integer Sequences in R

Home Page: https://kikesoft.shinyapps.io/OEIS/

License: MIT License

R 100.00%
oeis r web-application mathematics number-theory sequences package integers

oeis.r's Introduction

R-CMD-check test-coverage AppVeyor Build Status codecov License

OEIS.R Package

Data from The On-Line Encyclopedia of Integer Sequences in R

Summary

The On-Line Encyclopedia of Integer Sequences is one of the most amazing projects to document and improve mathematical knowledge: formulas, comments, computer code, links, references...

The database of integer sequences, OEIS records information about integer sequences of interest to both professional mathematicians and amateurs, and it is widely cited.

Due to OEIS, many new mathematical truth has been found, more than 6000 articles are actually referencing OEIS.

On the other hand, R is an open source programming language and software environment for statistical computing and graphics, that is supported by the R Foundation for Statistical Computing. R language is widely used among statisticians, data scientists, and data miners for developing statistical software and data analysis.

This extension for R helps to include organized data from the The On-Line Encyclopedia of Integer Sequences in your code, and it can be used to find, visualize and test, new mathematical hypothesis and also can be used to improve the content of the data in OEIS.

Package installation:

# install.packages("devtools")
library(devtools)
devtools::install_github("EnriquePH/OEIS.R")

Take the first steps with OEIS.R

# Loading packages
library(OEIS.R)
library(ggplot2)

# Download sequence from OEIS
id <- "A001615"
x <- OEIS_sequence(id)

# Plot sequence
OEIS_ggplot(x) +
 geom_line() +
 geom_point(size = 0.5, color = "green")

OEIS.R App

This a shiny application that makes use of OEIS.R package. shiny OEIS App

Links:

oeis.r's People

Contributors

enriqueph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

oeis.r's Issues

readr for faster reading

There are sequences (eg A002205) with rather large bfiles where read.table is very slow to read. If you replaced read.table with readr::read_delim these sequences can be loaded much faster

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.