Dear Community
I need help on how to convert data that are coming from a function "150" point into a vector of one column, My target is that after I finish the function I need to process this data by comparing them to a constant and divide these data based on the comparison
My work is as following
1) I have a range called z, this range is then used in a function
2) this function e(z) outputs are a range based on z
3) I then need to compare all the values that are in the range of the fn e(z) to a constant c
4) for the values that are less than c; I need to report them as is
5) for all the values that are greater than c I need to report them as c+1
6) then I want to combine all the values again in the order starting from values less than c to values greater than c
Please guide
Thanks