seq and plot command and term vector
I am not able to understand seq and plot commands thoroughly .
Vector in physics is an entity having direction and units then how vector is taking captain names .
R Introduction-to-basics-of-R 08-09 min 0-10 sec
Answers:
To understand the details of any command in R, simply run it by keeping a question mark in the beginning, in the console window. For example, to know more about the sequence, plot and vector in R simply run the commands '?seq', '?plot' and '?vector' respectively.
Thanks.The help section language is difficult to understand .