Skip to content
/ ch Public

A small function written by an individual to improve efficiency.

Notifications You must be signed in to change notification settings

tsiamut/ch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ch

bookofmut

R build status CRAN status License: GPL-3

The goal of ch is to solve some questions.

follow me at:

Installation

You can install ch :

install.packages('ch')
# or from github
devtools::install_github('tsiamut/ch')

Example

This is a basic example which shows you how to solve a common problem:

library(ch)
#basic example code
# You can draw a ruler:
draw_ruler(5)
## And even draw  the periodic table.
period_table()
show_color(colors())
sym2poly('x*4 + x^4 + 5*x^7 + x*x^9')

About

A small function written by an individual to improve efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages