You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first code sample of 04_rttm.md has the following line:
g=g+ geom_abline(position="identity")
This won't compile in my version of R (3.2.3). The position parameter is not listed in the help file for geom_abline. But the program runs fine without it. So I recommend removing it.
The text was updated successfully, but these errors were encountered:
The first code sample of
04_rttm.md
has the following line:This won't compile in my version of R (3.2.3). The
position
parameter is not listed in the help file forgeom_abline
. But the program runs fine without it. So I recommend removing it.The text was updated successfully, but these errors were encountered: