I am trying to learn a coding language while learning the same I realized the codes are simple English sentence converted into complex codes using special character similar to that of short-hand.
For example
{names(M_dash)[order(x, decreasing = TRUE)[1:10]]}
In the above example the function output is 10 column names with values in decreasing order.
My question is : Is there any handbook where I can get the English interpretation of mathematical functions and special characters. for Example dx/dy in simple English is rate of change of x with respect to y
Please help.
Regards Jitendra