How many parameters does the method plot() accept?
A
6
B
7
C
8
D
9
Correct Answer: 9
Plot() is a generic function, meaning, it has many methods which are called according to the type of object passed to plot(). The method plot() accepts a total of 9 parameters.