April 2021
Beginner to intermediate
404 pages
8h 15m
English
The plot() function in R creates a graphic from objects of specific R classes. A figure resulting from a call to plot() can contain text, lines, points, and/or images, and the areas of the graphic can be filled by colors or patterns. The kind of graphic displayed depends on the class of the object(s) to be displayed. For example, a single time series (an object of class ts) gives a line plot that is plotted over time.
By default, a graphic usually has black lines and text – with preset line, point, and text sizes and weights. Arguments that change the ...
Read now
Unlock full access