knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Normalize

The goal of Normalize is to normalize different data.

Installation

normala is not yet on CRAN. But you can download it from this repository using the following R command:

# install.packages("devtools")
devtools::install_github("Jintong1997/Jintongpackage")

Example

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

library(Normalize)
normala(1:22)


Jintong1997/Jintongpackage documentation built on Dec. 18, 2021, 1:37 a.m.