Displaying 1 result from an estimated 1 matches for "we0000350".
Did you mean:
00000350
2002 Sep 09
3
loading data from a specified directory
...quot;,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 0.00000e+00 0.0000e+00 0.0000e+00 0.00000e+00
2 0.00000e+00 0.0000e+00 0.0000e+00 0.00000e+00
3 0.00000e+00 0.0000e+00 0.0000e+00 0.00000e+00
4 0.00000e+00 0.0000e+00 0.0000e+00 0.00000e+00
5 8.71053e-05 4.2294e...