README.md

math R

The goal of mathR is to...

Installation

You can install the development version of mathR using

if (!require(remotes)){
  install.packages("remotes")
    library(remotes)
}
remotes::install_github("afakhruddin/mathR")

Example

This is a basic example which shows you how to add up two vectors:

library(mathR)
x <- c(1,2,3)
y <- c(10,15,20)
add(x,y)


arifaabbas/mathR documentation built on Dec. 19, 2021, 4:38 a.m.