1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Base
graphics are usually constructed piecemeal, with each aspect of the plot handled separately through a series of function calls; this is often conceptually simpler and allows plotting to mirror the thought process
ggplot2
combines concepts from both base and lattice graphics but uses an independent implementation
hist(data, col = “yellow)
code for histogram
barplot(Data, names.arg, xlab, ylab, col, main, border)
code for bar graph
pie(Data, labels, main, col)
code for pie graph