Skip to content

Instantly share code, notes, and snippets.

@pedroj
Created March 25, 2013 16:31
Show Gist options
  • Save pedroj/5238460 to your computer and use it in GitHub Desktop.
Save pedroj/5238460 to your computer and use it in GitHub Desktop.
Code header
# ----------------------------------------------------------------------------
# [Title]:
# [Date]: [Loc]:
# Pedro Jordano.
# ----------------------------------------------------------------------------
## First version __DATE__. Revised __DATE__
# ----------------------------------------------------------------------------
# __DESCRIPTION__:
# mat<-read.table("mymatrix.txt") # Read a tab-separated file with 0-1,
# and no headers, just the matrix
# fitting(mat) # This runs the function on matrix mat
#
# __ADD DESCRIPTION__
#------------------------------------------------------------------------
# Notes to do
# - __ONE__
# - __TWO__
#------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment