plott {Eplot} | R Documentation |
Plotting longitudinal series.
plott(x, y = c(1:length(x)), add = FALSE, pch = 19, xlab = "",
col = 1, main = NULL, ty = "b", return.to.default = TRUE, ...)
x |
series to be plotted. |
y |
possible second series, if provided a scatter plot is created. |
add |
if |
pch |
same as in |
xlab |
a label for the x axis, same as in |
main |
main title of the plot, same as in |
col |
Color of the series, same as in |
ty |
character indicating the type of plotting, any of the types as in |
return.to.default |
for reverting back to previous par settings.
Default is |
... |
more graphical parameters can be given as arguments. |
Sets default parameters to get a nicer figure. If y is given then a scatter plot is created. y can also be of class Date. If add=TRUE, add the series to an existing device. Make a sensible choice as to which series should be plotted first so that the ylim and xlim cover are sufficient.
Called for its side effect.