Visualization with Matplot ():
Matplot Function is useful for quickly plotting multiple sets of observations from the same object, particularly from a matrix, on the same graph. It Plots the columns of one matrix against the columns of another (which often is just a vector treated as 1-column matrix). Syntax: Matplot (x, y, type = “p”, lty = 1:5, …