Skip to Content

profil simple

  1. GRASS 6.4 (geol):~ > R
  2. [....]
  3.  
  4. # lecture de la table "profil MNT"
  5. > m1 <- read.table('profil.pts', header=F, sep=" ",
  6. + col.names=c('distance','elev','r','g','b'))
  7.  
  8. # plot des points
  9. > plot(m1$distance,m1$elev,pch=21,xlab='Distance (m)', ylab='Elevation (m)',
  10. + main='Profil brut)