Displaying 2 results from an estimated 2 matches for "orographic".
Did you mean:
nographic
2003 Nov 03
1
Visualising Vectors
...feedback relating to the second part of this question (namely how to
animate a time series of still frames), I haven't recieved any advise on
how I might create the still images of the spatially distributed wind
vector data at any given time point.
Firstly, is there a way in which I can input orographical information
(x,y,z co ords) into R to create a map, secondly, is there a way in which
i can superimpose a visual wind vector (i.e. arrow of certain length and
certain orientation) onto such a map?
thanks in advance,
Laura
2004 May 06
1
Problem with filled.contour/image
Quick question - I am having problems creating an orographic image
(similar to volcano example). I have created a map matrix with 3 columns
and over 2million rows.
I have created the matrix as follows:
map<-read.table("map.dat",header=TRUE)
long.grid<-sort(unique(map$long)
lat.grid<-sort(unique(map$lat)
map.matrix<-matrix(map$height,nr...