search for: testunix6

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

Did you mean: testunix
2010 Nov 05
0
NaN, ncdf
...ble in NetCDF. dimX <- dim.def.ncdf("X","count",(1:6)) dimY <- dim.def.ncdf("Y","count",(1:3)) var1 <- var.def.ncdf("genotype","freq",list(dimX,dimY),missval=-9999,prec="single") nc <- create.ncdf("/home/challar/testunix6.nc",list(var1)) genovals <- c("0.0","3",NaN,NaN,"-4","99") put.var.ncdf(nc,"genotype",genovals,start=c(1,1),count=c(6,1),verbose=TRUE) [1] "put.var.ncdf: entering with filename /home/challar/testunix6.nc and varid:" [1] "ge...