-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayers.tex
More file actions
32 lines (30 loc) · 961 Bytes
/
Layers.tex
File metadata and controls
32 lines (30 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Layered grammar
\begin{frame}
Layered grammar defines a plot as the combination of
A default data set and a setting of mappings from variables to aesthetics
One or more layers
One scale for each aesthetic mapping
A coordinate system
The faceting specification
\end{frame}
%============================================================================ %
\begin{frame}
Layers
Layers are responsible for creating the objects on the plot. Layers are composed of 4 parts
1) Data / aesthetic mapping
2) A statistical transformation (stat)
3) A geometric object (geom)
4) Position adjustment
\end{frame}
%============================================================================== %
\begin{frame}
\frametitle{Inbuilt Data Sets}
\begin{itemize}
\item diamonds.csv
\item meat.csv
\item movies.csv
\item mtcars.csv
\item pageviews.csv
\end{itemize}
\end{frame}
%=============================================================================== %