Skip to content

Commit

Permalink
Fixed gf_text.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjhorton committed Jun 22, 2018
1 parent 08bafda commit f80a28c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified StudentGuide/MOSAIC-StudentGuide.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions StudentGuide/TwoQuantitative.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ between murder and assault rates, with the state name displayed.
\Rindex{gf\_text()}%
\Rindex{label option}%
\Rindex{size option}%
<<tidy=FALSE>>=
gf_text(Murder ~ Assault, label = rownames(USArrests),
data = USArrests, size = 2)
<<tidy=FALSE,fig.height=4.5>>=
gf_text(Murder ~ Assault,
label = ~ rownames(USArrests),
data = USArrests)
@


Expand Down

0 comments on commit f80a28c

Please sign in to comment.