Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRAN_Status_Badge Travis build status AppVeyor Build Status Coverage status

rusk

The goal of rusk is to show a nice representation of multiplication table

Explanations :

Explanation in EnglishExplanation in French

Installation

You can install rusk from CRAN with:

# install.packages("devtools")
install.packages("rusk")

You can install rusk from github with:

# install.packages("devtools")
devtools::install_github("ThinkR-open/rusk")

Example

Using draw function

library(rusk)
draw(table = 2, modulo = 10,label = TRUE)

draw(table = 2, modulo = 100)

draw(table = 2, modulo = 500)

draw(table = 7, modulo = 250)

draw(table = 21, modulo = 500)

Using the shiny app

rusk::draw_app()

TODO

allow decimal table

About

Multiplication Tables On a Modular Circle

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.