powered by
A wrapper function for best guess spelling
normalize(vec)
Vector of potential options
A vector of normalized values ranging from 0 to 1
# NOT RUN { #create a numeric vector list num <- runif(n = 100, min = 0, max = 100) #normalize the number vector normalize(num) # }
Run the code above in your browser using DataLab