README.md

HBP

Introduction

R functions for projects within HBP.

Installation

To install the GitHub version:

require2 <- function (package, ...) {
    if (!require(package)) install.packages(package); library(package)
}

##### run this if you are using Windows and don't have Rtools installed
## require2('installr')
## install.Rtools() 

# Load devtools:
require2("devtools")
devtools::install_github('talgalili/HBP')

And then you may load the package using:

library(HBP)

Usage

Look at the example in:

?ID3

Contact

You are welcome to:



talgalili/HBP documentation built on May 31, 2019, 2:52 a.m.