part 2 Flashcards
1
Q
why are frameworks important
A
mapping, geometrical object, coordinates, scale, statistical transformation, facet, position, design
2
Q
pivot_longer
A
convert columns from wide to long format
3
Q
mapping function (R)
A
mapping = aes (x = …, y = …, fill = …)
4
Q
geom_line function (R)
A
geom_line(mapping = aes (group = product, color = product), linewidth = 2)