-
http jeromyanglim blogspot ca 2010 05 abbreviations of…
http://diy-leds.fr/wp-login.php?redirect_to=http://diy-leds.fr/wp-admin/network/ http://jeromyanglim.blogspot.ca/2010/05/abbreviations-of-r-commands-explained.html 250+ R commands. Often times R users suffer from difficulties finding what commands are available for a specific process. This lists 250+ R commands in table.
-
Surround a VIM plugin that surrounds a word…
sites de rencontres amoureuses burkina faso Surround, a VIM plugin that surrounds a word or a line. http://www.catonmat.net/blog/vim-plugins-surround-vim/
-
Perl Getopt Long The module check wrong argument…
Perl Getopt::Long. The module check wrong argument but does not check when no argument is provided. In order to check if there is no argument as well as wrong argument, check the argument also. GetOptions( ‘test=s’ => \$option_test ) or exit(1); defined($option_test) or die(“Missing argument -t”); http://www.perlmonks.org/?node_id=789974
-
Auto size of images in Beamer class \usepackage…
Auto size of images in Beamer class. \usepackage{letltxmacro} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \makeatother \AtBeginDocument{ \LetLtxMacro\Oldincludegraphics\includegraphics \renewcommand{\includegraphics}[2][]{% \Oldincludegraphics[#1,width=\maxwidth]{#2}} } http://tex.stackexchange.com/questions/67434/redefine-includegraphics-for-beamer#comment143600_67434
-
Beamer paper size is smaller than usual paper…
Beamer paper size is smaller than usual paper size. The “paper size” of a beamer presentation is fixed to 128mm times 96mm. With this trick, the normal font can be shown nicely. But be cautious setting the image size with absolute value. or use \includegraphics[width=0.6\textwidth]{graphics.pdf} http://web.mit.edu/8.13/presentations/beameruserguide.pdf Citation
-
R color palettes # Basic grDevice rainbow topo…
R color palettes Basic grDevice rainbow() topo.colors() terrain.colors() heat.colors() my.palette
-
RColorBrewer palette names
RColorBrewer palette names.
-
Change the label of legend not by changing…
Change the label of legend not by changing the data. # data grp
-
R factors levels labels # sample data originally…
R factors, levels, labels # sample data originally numbers # 1 = male, 2 = female people.n
-
Search hg Mercurial log and repository Search for…
Search hg (Mercurial) log and repository. Search for a file hg log file.pl Search the list of tags hg tags Search log of a tag hg log -r ver1 tag is very much like a revision number. Search a word in the log summary hg log -k keyword Search a log history of a file…