HM5

The goal of HM5 is to provide users a function that can square a atomic numeric vector and sum them up.

Installation

You can install the released version of HM5 from github with:

devtools::install_github('Maxixixi/HM5')

Example

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

library(HM5)
# Square the vector c(1,2,3) and print its sum
MyFunction(c(1,2,3), TRUE)


Maxixixi/HM5 documentation built on Oct. 30, 2019, 9:22 p.m.