On 05/26/2011 02:54 PM, Gaspar Reyes Póndigo wrote: > Hi, Dear list > > I have one question: > > How to make 2-D Scatter Plots from the Image (p.e. landsat band 4 vs 3) in R, > is it possible? > > > ------------------------------ > Gaspar Reyes Póndigo > Universidad del Mar, Oaxaca, México > Campus Puerto-Ángel > Carretera principal Puerto Ángel Zipolite km 1.5 > C.P. 70902 > _______________________________________________ > R-sig-Geo mailing list > R-sig-Geo@r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-geo Hi,
Take a look at any of the plotting packages in R: the standard plotting, lattice or ggplot (I prefer the latter). Using the standard plotting facilities: library(gstat) loadMeuse() plot(meuse.grid$dist, meuse.grid$soil) cheers, Paul -- Paul Hiemstra, Ph.D. Global Climate Division Royal Netherlands Meteorological Institute (KNMI) Wilhelminalaan 10 | 3732 GK | De Bilt | Kamer B 3.39 P.O. Box 201 | 3730 AE | De Bilt tel: +31 30 2206 494 http://intamap.geo.uu.nl/~paul http://nl.linkedin.com/pub/paul-hiemstra/20/30b/770 _______________________________________________ R-sig-Geo mailing list R-sig-Geo@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo