I am training a neural network model in R. I have scaled my inputs in the training data set using the scale() function. However, I do not know how to use this f
scale()