Displaying 1 result from an estimated 1 matches for "lngitud".
Did you mean:
  longitud
  
2003 Jul 10
0
clim.pact (fwd)
...L,tim=NULL,mon=NULL, 
	col="black",lty=1,lwd=1,what="ano") 
Arguments x A field object.
"
retrieve.nc might be a clue, but the
files mentioned in the man page are not included
in the package:
"
Description 
	Reads a netCDF file and picks out vectors that look like 
	lngitude, latitude and time. Returns the first 3-D field in the file.
Usage
	retrieve.nc(f.name="data/ncep_t2m.nc",..
.../...
Examples
	X.1 <- retrieve.nc("data/mpi-gsdio_t2m.nc", 
		x.rng=c(-60,40),y.rng=c(50,75)) 
	X.2 <- retrieve.nc("data/mpi-gsdio_slp.nc", 
		x.rng=...