Created
March 25, 2013 16:31
-
-
Save pedroj/5238460 to your computer and use it in GitHub Desktop.
Code header
This file contains hidden or 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
# ---------------------------------------------------------------------------- | |
# [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