Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created April 5, 2013 16:13
Show Gist options
  • Save jacob-ogre/5320530 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5320530 to your computer and use it in GitHub Desktop.
R: Basic-Plot
<snippet>
<content><![CDATA[plot(${1:predictor/factor}, ${2:response},
xlab="${3:xlabel}",
ylab="${4:ylabel}",
main="${5:main}")]]></content>
<tabTrigger>plo</tabTrigger>
<scope> source.r, source.rd.console</scope>
<description>plot</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment