# NOT RUN {
dt = c(5,3,6,9,4)
## When the variable to be scaled is a single-variable data frame object use:
## data.frame name[[1]], or diffrent subscript otherwise to get the vector for sc01
## cutoff value = 5
bvar = sc01(dt, 5)
# }
Run the code above in your browser using DataLab