Fix typo. Fixes #539
This commit is contained in:
parent
dfe108a7c9
commit
d84e3cf489
|
@ -294,7 +294,7 @@ If you prefer to not facet in the rows or columns dimension, use a `.` instead o
|
||||||
|
|
||||||
1. Read `?facet_wrap`. What does `nrow` do? What does `ncol` do? What other
|
1. Read `?facet_wrap`. What does `nrow` do? What does `ncol` do? What other
|
||||||
options control the layout of the individual panels? Why doesn't
|
options control the layout of the individual panels? Why doesn't
|
||||||
`facet_grid()` have `nrow` and `ncol` variables?
|
`facet_grid()` have `nrow` and `ncol` argument?
|
||||||
|
|
||||||
1. When using `facet_grid()` you should usually put the variable with more
|
1. When using `facet_grid()` you should usually put the variable with more
|
||||||
unique levels in the columns. Why?
|
unique levels in the columns. Why?
|
||||||
|
|
Loading…
Reference in New Issue