Regarding Plot Function
Title
Question
Plot(x,y,type="l") - what type does actually and what all values type takes ?
R Introduction-to-basics-of-R 09-10 min 10-20 sec
Answers:
I got the answer
type
what type of plot should be drawn. Possible types are
"p" for points,
"l" for lines,
"b" for both,
"c" for the lines part alone of "b",
"o" for both \\u2018overplotted\\u2019,
etc give command plot and press F1
p: Points
l: Lines
b: Both
c: The lines part alone of "b"
o: Both overplotted
h: Histogram - vertical lines
n: No plotting
Login to add comment