NormVec | R Documentation |
This function is designed to work internally to functions within SynExtend
so it works on relatively simple atomic vectors and has little overhead checking.
NormVec(vec)
vec |
A numeric or integer vector. |
NormVec
unit normalized a vector.
A numeric vector the same length as the input.
Nicholas Cooley npc19@pitt.edu
NucleotideOverlap
, SummarizePairs
, WithinSetCompetition
, RejectionBy
x <- NormVec(rnorm(n = 50, mean = 2, sd = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.