plot satellite data on map



Hi everybody,

Just start with R.
I want to plot a set of satellites measurements on a world map frame
with a colour scale indicating the strength of measurement.
See I have three arrays as longitude, latitude and the measurements on
those locations.
For example:
lon <-c(0,4,10,17,40,30)
lat <-c(-45,67,0,8,20,-16)
data <-c(-0.5987,0,0.3481,1.6652,-0.5756,4.5612)

-0.5987 is the measurement at (0,-45), if I use

plot(lon,lat)

I can only plot the measure spot but do not know how to specify the
points' colour according to the measurement. And since "lon" and "lat"
is not increasing variable, I could not use "contour" or "image" to
plot.

Does anybody konw how to do this?

Many thanks

Jie

.



Relevant Pages

  • Re: Weird loadings curves in Fishers Linear Discriminant
    ... loadings vector (plot not shown). ... The scale of the measurements for the two classes appears to be ... the correlation structure is irrelevant. ... I am now suspicious about the calibrationsion of the spectra for the ...
    (sci.stat.consult)
  • Re: plot satellite data on map
    ... I want to plot a set of satellites measurements on a world map frame ... with a colour scale indicating the strength of measurement. ... See I have three arrays as longitude, latitude and the measurements on ...
    (sci.stat.consult)
  • Re: Lawn mower - small lawn!
    ... For many years my mother used electric rotary Flymo grasscutters to cut a ... large lawn, I do not have measurements now but the plot was a quarter of an ...
    (uk.rec.gardening)
  • Re: plot satellite data on map
    ... Anon. ... I want to plot a set of satellites measurements on a world map frame ... See I have three arrays as longitude, latitude and the measurements on ...
    (sci.stat.consult)
  • Re: How are feature vectors created from simple measurements?
    ... vector that is called the "feature vector." ... scatter mean gray value vs. size. ... Just plot that for each image ... you can use PCA to get new measurements that are ...
    (sci.image.processing)