Cut and paste the following vector into your script and then use code to print the requested values related to the vector.
numbers <- c(5, 2, 26, 8, 16)
numbers vector (using the length function)numbers vector (using [])numbers vector (using the min function)numbers vector (using the max function)numbers vector (using the mean function)numbers vector (using [])numbers vector (using the sum function)