Created
June 15, 2014 23:41
-
-
Save hamiltont/1330f418b85dd1b12c21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> # Using autocomplete here does nothing... | |
> plot(x,y,notc[Tab] | |
> # Using autocomplete here shows the notch option | |
> barplot(x,y,notc[Tab] | |
> barplot(x,y,notch= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment