search for: mesopelagic_fish

Displaying 1 result from an estimated 1 matches for "mesopelagic_fish".

2002 Sep 09
3
loading data from a specified directory
...------------------- ## Arguments: ## ---------------------------------------------------------------------- ## Author: Sam McClatchie, Date: 6 Sep 2002, 12:02 for (i in 1:length(f)) paste("t.",f[1], sep="") <-read.table(paste("/home/smc/manuscripts/mesopelagic_fish/biomass_spectrum/we0000",f[1],sep=""), header=F) ----------------- There is nothing wrong with the text files because I can read them correctly with: > t.350 <- read.table('we0000350', header=F) > t.350[1:5,1:4] V1 V2 V3 V4 1...